[Pkg-owncloud-commits] [owncloud] 45/145: fix input element closing tag
David Prévot
taffit at moszumanska.debian.org
Wed Feb 26 16:27:41 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit d8770d1284cc64a6350d3f69a8c875b1dab14fc6
Author: Jörn Friedrich Dreyer <jfd at butonic.de>
Date: Wed Feb 5 11:13:31 2014 +0100
fix input element closing tag
---
apps/files/templates/index.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php
index 1230d47..5188ca5 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>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list