From: Harvie Date: Thu, 22 Jul 2010 15:20:53 +0000 (+0200) Subject: tuned filename presentation a bit X-Git-Url: https://git.harvie.cz/?p=mirrors%2FJukeBox.git;a=commitdiff_plain;h=d09c0b59d94881359bd7121b8063bce73877b486 tuned filename presentation a bit --- diff --git a/index.php b/index.php index b87fedc..c1f6105 100755 --- 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/'. 'S'); } - echo(' '.unxss(str_replace('_', ' ', $item)).''.$filesize." MiB \n"); + echo(' '.unxss(str_replace('-',' - ',str_replace('_', ' ', +$item))).''.$filesize." MiB \n"); } function render_dir_line($current_dir, $item, $i) {