Files
smarty/docs/designers/language-modifiers/language-modifier-raw.md
Amaury Bouchard 2289fa69f1 Improvement of auto-escaping (#1030)
* Evolution of auto-escaping: no double-escaping when using the 'escape' modifier; add the 'force' mode to the 'escape' modifier; add the 'raw' modifier.
* Add 'raw' modifier's documentation
---------

Co-authored-by: Simon Wisselink <s.wisselink@iwink.nl>
2024-06-30 13:25:30 +02:00

161 B

raw

Prevents variable escaping when auto-escaping is activated.

Basic usage

{$myVar|raw}