]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix the drop down arrow in file browser
authorRobin Appelman <icewind1991@gmail.com>
Mon, 16 May 2011 14:34:04 +0000 (16:34 +0200)
committerRobin Appelman <icewind1991@gmail.com>
Tue, 17 May 2011 18:37:39 +0000 (20:37 +0200)
files/templates/part.list.php

index 19143807c283fc46c9e2879164a7f6f95141563d..0d3355678c3ec80a86dcb63712979fad754a13ed 100644 (file)
@@ -4,6 +4,6 @@
                                <td class="filename"><a style="background-image:url(<?php if($file["type"] == "dir") echo mimetype_icon("dir"); else echo mimetype_icon($file["mime"]); ?>)" href="<?php if($file["type"] == "dir") echo link_to("files", "index.php?dir=".$file["directory"]."/".$file["name"]); else echo link_to("files", "download.php?file=".$file["directory"]."/".$file["name"]); ?>" title=""><?php echo htmlspecialchars($file["name"]); ?></a></td>
                                <td class="filesize"><?php echo human_file_size($file["size"]); ?></td>
                                <td class="date"><?php echo $file["date"]; ?></td>
-                               <td class="fileaction"><a href="" title="+" class='dropArrow'/></td>
+                               <td class="fileaction"><a href="" title="+" class='dropArrow'></a></td>
                        </tr>
                <?php endforeach; ?>
\ No newline at end of file