correct the invocation for htmlspecialchars to handle quote display issues with editplain and reshare
This commit is contained in:
parent
9553aeb3bd
commit
4654ebd43b
|
@ -70,7 +70,7 @@ function notags($string) {
|
|||
if(! function_exists('escape_tags')) {
|
||||
function escape_tags($string) {
|
||||
|
||||
return(htmlspecialchars($string));
|
||||
return(htmlspecialchars($string, ENT_QUOTES, 'UTF-8', false));
|
||||
}}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue