Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2014-02-05 14:13:31 +0400
committerJörn Friedrich Dreyer <jfd@butonic.de>2014-02-05 14:13:31 +0400
commitd8770d1284cc64a6350d3f69a8c875b1dab14fc6 (patch)
treeb3902b313f92399d6142182fb337151ae1acfa50 /apps
parente3d8758a32e0c3533cdbcb7bf2e40fb8c0fd4906 (diff)
fix input element closing tag
Diffstat (limited to 'apps')
-rw-r--r--apps/files/templates/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php
index 1230d476095..5188ca56281 100644
--- a/apps/files/templates/index.php
+++ b/apps/files/templates/index.php
@@ -32,7 +32,7 @@
<a href="#" class="svg"></a>
</div>
<?php if ($_['trash']): ?>
- <input id="trash" type="button" value="<?php p($l->t('Deleted files'));?>" class="button" <?php $_['trashEmpty'] ? p('disabled') : '' ?>></input>
+ <input id="trash" type="button" value="<?php p($l->t('Deleted files'));?>" class="button" <?php $_['trashEmpty'] ? p('disabled') : '' ?> />
<?php endif; ?>
<div id="uploadprogresswrapper">
<div id="uploadprogressbar"></div>
@@ -50,7 +50,7 @@
<div id="emptycontent" <?php if (!$_['emptyContent']):?>class="hidden"<?php endif; ?>><?php p($l->t('Nothing in here. Upload something!'))?></div>
-<input type="hidden" id="disableSharing" data-status="<?php p($_['disableSharing']); ?>"></input>
+<input type="hidden" id="disableSharing" data-status="<?php p($_['disableSharing']); ?>" />
<table id="filestable" data-allow-public-upload="<?php p($_['publicUploadEnabled'])?>" data-preview-x="36" data-preview-y="36">
<thead>