fix & in title
This commit is contained in:
+2
-1
@@ -1955,7 +1955,8 @@ function render_list($path = '', $files = [])
|
||||
} else {
|
||||
if (substr($path1, 0, 1)=='/') $pretitle = substr($path1, 1);
|
||||
if (substr($path1, -1)=='/') $pretitle = substr($pretitle, 0, -1);
|
||||
$tmp=splitlast($pretitle,'/');
|
||||
$pretitle = str_replace('&','&', $pretitle);
|
||||
$tmp = splitlast($pretitle, '/');
|
||||
if ($tmp[1]=='') {
|
||||
$n_path = $tmp[0];
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user