- bugfix on double quote strings

This commit is contained in:
Uwe.Tews
2010-02-28 13:51:57 +00:00
parent 428889e762
commit 1819689775

View File

@@ -97,7 +97,7 @@ class _smarty_doublequoted extends _smarty_parsetree {
}
}
$code = sprintf("(%s)", $code);
// $code = sprintf("(%s)", $code);
return $code;
}
}