Browse Source

Merge remote-tracking branch 'upstream/master'

mirko-pagliai 7 years ago
parent
commit
fca3d9f3bf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Core/functions.php

+ 1 - 0
src/Core/functions.php

@@ -69,6 +69,7 @@ if (!function_exists('h')) {
                 'Use the 3rd argument instead.'
             );
             $charset = $double;
+            $double = true;
         }
 
         return htmlspecialchars($text, ENT_QUOTES | ENT_SUBSTITUTE, $charset ?: $defaultCharset, $double);