diff --git a/catalog/includes/functions/general.php b/catalog/includes/functions/general.php index f0fc26aa2..c05170fd9 100644 --- a/catalog/includes/functions/general.php +++ b/catalog/includes/functions/general.php @@ -55,7 +55,7 @@ function tep_redirect($url) { //// // Parse the data used in the html tags to ensure the tags will not break - function tep_output_string($string, $translate = false, $protected = false) { + function tep_output_string($string, $translate = false, $protected = false) { if ($protected == true) { return htmlspecialchars($string); } else {