mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-06 11:24:27 +02: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