mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-07 03:44:26 +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;
|
return $code;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user