X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=index.php;h=b87fedcd70277732728001a79f51aed9e4c25ce1;hb=53d2c31cae8909b925e5f3ec8981876c4bcf9883;hp=d345f39d958bee3607b806e2a584d1745f548e23;hpb=c40ae8c76cd2dd28183d462e58924f3cbe66fec5;p=mirrors%2FJukeBox.git diff --git a/index.php b/index.php index d345f39..b87fedc 100755 --- a/index.php +++ b/index.php @@ -202,7 +202,7 @@ 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('_', ' ', $item)).''.$filesize." MiB \n"); } function render_dir_line($current_dir, $item, $i) { @@ -212,7 +212,7 @@ function render_dir_line($current_dir, $item, $i) { ''.$i.'P/'. 'R'); if($GLOBALS['useflash']) echo('/F'); - echo('[DIR] '.unxss(str_replace('_', ' ', $item)). + echo('[DIR] '.unxss(str_replace('_', ' ', $item)). "\n"); }