From c277d50bbdd72c84146458d02b3b430e9f763f21 Mon Sep 17 00:00:00 2001 From: Luca Date: Mon, 29 Dec 2014 11:27:17 +0100 Subject: [PATCH] fix function identation --- catalog/includes/functions/general.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {