[Pkg-owncloud-commits] [owncloud] 104/134: fix double closing </a> for filenames
David Prévot
taffit at moszumanska.debian.org
Fri Apr 18 21:44:06 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 e34d00a95863fb76e6003b8675fe15f37e5ec4fe
Author: Jörn Friedrich Dreyer <jfd at butonic.de>
Date: Wed Apr 9 11:15:08 2014 +0200
fix double closing </a> for filenames
---
apps/files/templates/part.list.php | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/apps/files/templates/part.list.php b/apps/files/templates/part.list.php
index f4fb96a..9ee28e3 100644
--- a/apps/files/templates/part.list.php
+++ b/apps/files/templates/part.list.php
@@ -34,17 +34,15 @@ $totalsize = 0; ?>
<span class="nametext">
<?php print_unescaped(htmlspecialchars($file['name']));?>
</span>
+ <span class="uploadtext" currentUploads="0">
+ </span>
+ </a>
<?php else: ?>
<a class="name" href="<?php p(rtrim($_['downloadURL'],'/').'/'.trim($directory,'/').'/'.$name); ?>">
<label class="filetext" title="" for="select-<?php p($file['fileid']); ?>"></label>
<span class="nametext"><?php print_unescaped(htmlspecialchars($file['basename']));?><span class='extension'><?php p($file['extension']);?></span></span>
</a>
<?php endif; ?>
- <?php if($file['type'] == 'dir'):?>
- <span class="uploadtext" currentUploads="0">
- </span>
- <?php endif;?>
- </a>
</td>
<td class="filesize"
style="color:rgb(<?php p($simple_size_color.','.$simple_size_color.','.$simple_size_color) ?>)">
--
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