modifier.nl2br.php
Plugin from smarty project and adapted for jtpl
Tags
Table of Contents
- jtpl_modifier_html_nl2br() : string
- modifier plugin : convert \r\n, \r or \n to <<br/>> Example: {$text|nl2br}
Functions
jtpl_modifier_html_nl2br()
modifier plugin : convert \r\n, \r or \n to <<br/>> Example: {$text|nl2br}
jtpl_modifier_html_nl2br(string $string) : string
Parameters
- $string : string
-
the string to modify