try fix # in title
parent
37993f0113
commit
07c715c7e0
|
@ -1962,7 +1962,7 @@ function render_list($path = '', $files = [])
|
||||||
}
|
}
|
||||||
$n_path = str_replace('&','&',$n_path);
|
$n_path = str_replace('&','&',$n_path);
|
||||||
$p_path = str_replace('&','&',$p_path);
|
$p_path = str_replace('&','&',$p_path);
|
||||||
$pretitle = str_replace('%23','#',$pretitle);
|
//$pretitle = str_replace('%23','#',$pretitle);
|
||||||
$statusCode = 200;
|
$statusCode = 200;
|
||||||
date_default_timezone_set(get_timezone($_SERVER['timezone']));
|
date_default_timezone_set(get_timezone($_SERVER['timezone']));
|
||||||
$authinfo = '
|
$authinfo = '
|
||||||
|
|
Loading…
Reference in New Issue