]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fixed files view regular file actions in IE8
authorVincent Petry <pvince81@owncloud.com>
Thu, 10 Oct 2013 10:21:02 +0000 (12:21 +0200)
committerVincent Petry <pvince81@owncloud.com>
Thu, 10 Oct 2013 10:21:02 +0000 (12:21 +0200)
Fixes #5256

A missing closing span broken the container in IE8 which prevented the
file actions to be appended properly.

apps/files/templates/part.list.php

index 0679da334dedbe907a3b683552bcae6a619230be..a6d2e44f34fa4766893a6bb0310f384fafc219b3 100644 (file)
@@ -36,7 +36,7 @@ $totalsize = 0; ?>
                <?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 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'):?>