fixed bug in documentation for $smarty->default_modifiers

This commit is contained in:
messju
2003-06-07 15:38:19 +00:00
parent 43ccceb67d
commit 9a8ab178b7

View File

@@ -477,8 +477,9 @@ $smarty->autoload_filters = array('pre' => array('trim', 'stamp'),
This is an array of modifiers to implicitly apply to every variable in a 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 template. For example, to HTML-escape every variable by default, use
array('escape:"htmlall"'); To make a variable exempt from default array('escape:"htmlall"'); To make a variable exempt from default
modifiers, pass the special "nodefaults" modifier to it, such as modifiers, pass the special "smarty" modifier with a parameter value of
{$var|nodefaults}. "nodefaults" modifier to it, such as
{$var|smarty:nodefaults}.
</para> </para>
</sect1> </sect1>
</chapter> </chapter>