summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2014-04-09 13:41:08 +0200
committerMorris Jobke <hey@morrisjobke.de>2014-04-09 13:41:08 +0200
commit2257ae987f773e5f59054b4b89baf8ddcf78d485 (patch)
treec0aabc2c5d8160c8b7edd17c60cbbcd30a33a73b
parent88949d7f947b905415c19f1b61a0273fb27fa46b (diff)
parente34d00a95863fb76e6003b8675fe15f37e5ec4fe (diff)
downloadnextcloud-server-2257ae987f773e5f59054b4b89baf8ddcf78d485.tar.gz
nextcloud-server-2257ae987f773e5f59054b4b89baf8ddcf78d485.zip
Merge pull request #8123 from owncloud/fix_filename_closing_tag
fix double closing </a> for filenames
-rw-r--r--apps/files/templates/part.list.php8
1 files changed, 3 insertions, 5 deletions
diff --git a/apps/files/templates/part.list.php b/apps/files/templates/part.list.php
index f4fb96a7a7c..9ee28e34c2d 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) ?>)">