Just some more fixing for issue 1642
This commit is contained in:
parent
a58596e00a
commit
a7cf3639f0
2 changed files with 5 additions and 3 deletions
|
|
@ -220,7 +220,7 @@ function xmlify($str) {
|
|||
$buffer = mb_ereg_replace("<", "<", $buffer);
|
||||
$buffer = mb_ereg_replace(">", ">", $buffer);
|
||||
*/
|
||||
$buffer = htmlspecialchars($str, ENT_QUOTES);
|
||||
$buffer = htmlspecialchars($str, ENT_QUOTES, "UTF-8");
|
||||
$buffer = trim($buffer);
|
||||
|
||||
return($buffer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue