// Normalization

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9321 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2011-10-13 15:27:41 +00:00
parent 7d7d3bfdd4
commit da6641ca10
2 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -507,7 +507,7 @@ class ToolsCore
{
if (!$html)
$string = strip_tags($string);
return @Tools::htmlentitiesUTF8($string, ENT_QUOTES);;
return @Tools::htmlentitiesUTF8($string, ENT_QUOTES);
}
public static function htmlentitiesUTF8($string, $type = ENT_QUOTES)