This commit is contained in:
dMetzger
2012-08-29 14:22:23 +00:00
parent 56fe410f86
commit b51a95f9dd
4 changed files with 20 additions and 28 deletions
+2 -1
View File
@@ -72,7 +72,8 @@ class TranslateCore
else
$str = Translate::getGenericAdminTranslation($string, $key, $_LANGADM);
$str = $htmlentities ? htmlentities($str, ENT_QUOTES, 'utf-8') : $str;
if ($htmlentities)
$str = htmlentities($str, ENT_QUOTES, 'utf-8');
$str = str_replace('"', '"', $str);
if ($sprintf !== null)