mirror of
https://github.com/friendica/friendica
synced 2024-11-10 04:22:54 +00:00
Comply with coding style.
This commit is contained in:
parent
3940e804e3
commit
b5dac16def
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue