aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/smarty/smarty/docs/programmers/api-variables/variable-default-modifiers.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/smarty/smarty/docs/programmers/api-variables/variable-default-modifiers.md')
-rw-r--r--vendor/smarty/smarty/docs/programmers/api-variables/variable-default-modifiers.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/vendor/smarty/smarty/docs/programmers/api-variables/variable-default-modifiers.md b/vendor/smarty/smarty/docs/programmers/api-variables/variable-default-modifiers.md
deleted file mode 100644
index c6b73eb12..000000000
--- a/vendor/smarty/smarty/docs/programmers/api-variables/variable-default-modifiers.md
+++ /dev/null
@@ -1,8 +0,0 @@
-\$default\_modifiers {#variable.default.modifiers}
-====================
-
-This is an array of modifiers to implicitly apply to every variable in a
-template. For example, to HTML-escape every variable by default, use
-`array('escape:"htmlall"')`. To make a variable exempt from default
-modifiers, add the \'nofilter\' attribute to the output tag such as
-`{$var nofilter}`.