string smarty_modifier_htmlspecialchars(
array $string)
|
|
Smarty modifier to prepare a variable for display by converting special characters to HTML entities
Example
<!--[$MyVar|htmlspecialchars]-->
Tags:
Parameters
| array |
$string |
the contents to transform |