summaryrefslogtreecommitdiff
path: root/docs/designers/language-modifiers/language-modifier-escape.md
diff options
context:
space:
mode:
authorSimon Wisselink <s.wisselink@iwink.nl>2023-02-03 22:31:59 +0100
committerSimon Wisselink <s.wisselink@iwink.nl>2023-02-03 22:31:59 +0100
commit51ed0d6791cfedbdf2492603d226618133154d70 (patch)
treeff1aa263c5b1ea7614cf910c5232a049b145a272 /docs/designers/language-modifiers/language-modifier-escape.md
parentc94d3ddafa8e41e73f127af1959b4715db021d1e (diff)
downloadsmarty-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.md2
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 &amp; to &amp;amp; (applys to `html` and `htmlall` only)