changeset 19:c5b8d2592585

Easier to click target for going up directory.
author edogawaconan <me@myconan.net>
date Wed, 22 Oct 2014 11:55:10 +0900
parents 9a4ac2d53a36
children caf498a0c602
files index.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/index.php	Wed Oct 22 11:44:11 2014 +0900
+++ b/index.php	Wed Oct 22 11:55:10 2014 +0900
@@ -91,7 +91,7 @@
       $file_suffix = "/";
 
       if ($path !== "/") {
-        $file_rows .= "<tr><td colspan=3>" . link_to(dirname($prefix . $path) . "/", "..") . "</td></tr>";
+        $file_rows .= "<tr><td colspan=3>" . link_to(dirname($prefix . $path) . "/", "[up]") . "</td></tr>";
       }
     }