diff options
| author | Simon Wisselink <s.wisselink@iwink.nl> | 2023-02-03 22:31:59 +0100 |
|---|---|---|
| committer | Simon Wisselink <s.wisselink@iwink.nl> | 2023-02-03 22:31:59 +0100 |
| commit | 51ed0d6791cfedbdf2492603d226618133154d70 (patch) | |
| tree | ff1aa263c5b1ea7614cf910c5232a049b145a272 /docs/designers/language-modifiers/language-modifier-escape.md | |
| parent | c94d3ddafa8e41e73f127af1959b4715db021d1e (diff) | |
| download | smarty-51ed0d6791cfedbdf2492603d226618133154d70.tar.gz smarty-51ed0d6791cfedbdf2492603d226618133154d70.tar.bz2 smarty-51ed0d6791cfedbdf2492603d226618133154d70.zip | |
fixes to docs
Diffstat (limited to 'docs/designers/language-modifiers/language-modifier-escape.md')
| -rw-r--r-- | docs/designers/language-modifiers/language-modifier-escape.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/designers/language-modifiers/language-modifier-escape.md b/docs/designers/language-modifiers/language-modifier-escape.md index 37c71dde..27d711f3 100644 --- a/docs/designers/language-modifiers/language-modifier-escape.md +++ b/docs/designers/language-modifiers/language-modifier-escape.md @@ -8,7 +8,7 @@ its `html`. Parameter Position Type Required Possible Values Default Description -------------------- --------- ---------- ------------------------------------------------------------------------------------------------------------ --------- ------------------------------------------------------------------------------------- 1 string No `html`, `htmlall`, `url`, `urlpathinfo`, `quotes`, `hex`, `hexentity`, `javascript`, `mail` `html` This is the escape format to use. - 2 string No `ISO-8859-1`, `UTF-8`, and any character set supported by [`htmlentities()`](&url.php-manual;htmlentities) `UTF-8` The character set encoding passed to htmlentities() et. al. + 2 string No `ISO-8859-1`, `UTF-8`, and any character set supported by [`htmlentities()`](https://www.php.net/htmlentities) `UTF-8` The character set encoding passed to htmlentities() et. al. 3 boolean No FALSE TRUE Double encode entites from & to &amp; (applys to `html` and `htmlall` only) |
