mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-22 02:47:27 +08:00
remove special character
This commit is contained in:
@@ -460,7 +460,7 @@ function format_comment($text, $strip_html = true, $xssclean = false, $newtab =
|
||||
}
|
||||
$j++;
|
||||
}
|
||||
return $s;
|
||||
return str_replace('', '', $s);
|
||||
}
|
||||
|
||||
function highlight($search,$subject,$hlstart='<b><font class="striking">',$hlend="</font></b>")
|
||||
|
||||
Reference in New Issue
Block a user