mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8510 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1840,7 +1840,7 @@ function utf8_clean_string($text)
|
||||
/**
|
||||
* A wrapper for htmlspecialchars($value, ENT_COMPAT, 'UTF-8')
|
||||
*/
|
||||
function utf8_htmlspecialchars(&$value)
|
||||
function utf8_htmlspecialchars($value)
|
||||
{
|
||||
return htmlspecialchars($value, ENT_COMPAT, 'UTF-8');
|
||||
}
|
||||
|
Reference in New Issue
Block a user