diff --git a/libs/sysplugins/smarty_internal_parsetree.php b/libs/sysplugins/smarty_internal_parsetree.php index 1f4cf4c8..bba83dba 100644 --- a/libs/sysplugins/smarty_internal_parsetree.php +++ b/libs/sysplugins/smarty_internal_parsetree.php @@ -97,7 +97,7 @@ class _smarty_doublequoted extends _smarty_parsetree { } } - $code = sprintf("(%s)", $code); +// $code = sprintf("(%s)", $code); return $code; } }