mirror of
https://github.com/smarty-php/smarty.git
synced 2025-12-16 02:28:31 +01:00
- bugfix on double quote strings
This commit is contained in:
@@ -97,7 +97,7 @@ class _smarty_doublequoted extends _smarty_parsetree {
|
||||
}
|
||||
}
|
||||
|
||||
$code = sprintf("(%s)", $code);
|
||||
// $code = sprintf("(%s)", $code);
|
||||
return $code;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user