Comply with coding style.
This commit is contained in:
parent
3940e804e3
commit
b5dac16def
@ -68,7 +68,7 @@ class Strings
|
||||
*/
|
||||
public static function escapeHtml($string)
|
||||
{
|
||||
return htmlentities($string, ENT_QUOTES | ENT_HTML5, "UTF-8", false);
|
||||
return htmlentities($string, ENT_QUOTES | ENT_HTML5, 'UTF-8', false);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user