X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=index.php;h=c1f61050d9a7b26f6c28e52d4242d1f1cfa85a5c;hb=d09c0b59d94881359bd7121b8063bce73877b486;hp=b87fedcd70277732728001a79f51aed9e4c25ce1;hpb=688e42f286c99f3279feaa67e81c69a7a30e6940;p=mirrors%2FJukeBox.git 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) {