From: dew-git <55564947+dew-git@users.noreply.github.com> Date: Fri, 11 Oct 2019 04:50:51 +0000 (-0800) Subject: Comply with coding style. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b5dac16defccaf5a929368b2e7ca6e8c15e40984;p=friendica.git Comply with coding style. --- diff --git a/src/Util/Strings.php b/src/Util/Strings.php index cd065aed12..ef7a2df061 100644 --- a/src/Util/Strings.php +++ b/src/Util/Strings.php @@ -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); } /**