fix & in title

pull/453/head
qkqpttgf 2021-10-21 12:49:24 +08:00 committed by GitHub
parent d02c9beb53
commit 13e72665ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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 {