tuned filename presentation a bit
authorHarvie <tomas@mudrunka.cz>
Thu, 22 Jul 2010 15:20:53 +0000 (17:20 +0200)
committerHarvie <tomas@mudrunka.cz>
Thu, 22 Jul 2010 15:20:53 +0000 (17:20 +0200)
index.php

index b87fedcd70277732728001a79f51aed9e4c25ce1..c1f61050d9a7b26f6c28e52d4242d1f1cfa85a5c 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -202,7 +202,8 @@ function render_file_line($dir, $item, $dir_url, $index, $filesize, $parent = fa
                        '" target="'.$GLOBALS['flash_player_frame'].'" class="icon ifplay">F</a>/'.
                        '<a href="?blank" target="'.$GLOBALS['flash_player_frame'].'" class="icon ifstop">S</a>');
        }
-       echo('&nbsp;</td><td class="maximize-width"><a href="'.$temp.'">'.unxss(str_replace('_', ' ', $item)).'</a></td><td>'.$filesize."&nbsp;MiB&nbsp;</td></tr>\n");                 
+       echo('&nbsp;</td><td class="maximize-width"><a href="'.$temp.'">'.unxss(str_replace('-',' - ',str_replace('_', ' ', 
+$item))).'</a></td><td>'.$filesize."&nbsp;MiB&nbsp;</td></tr>\n");                     
 }
 
 function render_dir_line($current_dir, $item, $i) {
This page took 0.145711 seconds and 4 git commands to generate.