]> git.mxchange.org Git - friendica.git/commitdiff
Comply with coding style.
authordew-git <55564947+dew-git@users.noreply.github.com>
Fri, 11 Oct 2019 04:50:51 +0000 (20:50 -0800)
committerdew-git <55564947+dew-git@users.noreply.github.com>
Fri, 11 Oct 2019 04:50:51 +0000 (20:50 -0800)
src/Util/Strings.php

index cd065aed12261725129a636c09ff66b2a2b33080..ef7a2df06144ba83161d7223ea2a4865352add79 100644 (file)
@@ -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);
     }
 
     /**