diff options
| author | Amaury Bouchard <amaury@amaury.net> | 2024-06-30 13:25:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-30 13:25:30 +0200 |
| commit | 2289fa69f1b5b9be48bf6f821265f1fef79cca40 (patch) | |
| tree | 26f8796ac39b17e5dc65921e3b5dcd72647fd024 /changelog | |
| parent | 3cb35854326a94120cd415b81db28c53d95d0d5d (diff) | |
| download | smarty-2289fa69f1b5b9be48bf6f821265f1fef79cca40.tar.gz smarty-2289fa69f1b5b9be48bf6f821265f1fef79cca40.tar.bz2 smarty-2289fa69f1b5b9be48bf6f821265f1fef79cca40.zip | |
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>
Diffstat (limited to 'changelog')
| -rw-r--r-- | changelog/1030.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog/1030.md b/changelog/1030.md new file mode 100644 index 00000000..f7cba021 --- /dev/null +++ b/changelog/1030.md @@ -0,0 +1 @@ +- Improvement of auto-escaping [#1030](https://github.com/smarty-php/smarty/pull/1030)
\ No newline at end of file |
