|
|
|
|
| Smarty Manual |
|---|
| Prev | Chapter 5. Variable Modifiers | Next |
nl2br
All linebreaks will be converted to <br /> tags in the given
variable. This is equivalent to the PHP nl2br() function.
Example 5-13. nl2br
<?php
$smarty = new Smarty; $smarty->assign('articleTitle', "Sun or rain expected\ntoday, dark tonight"); $smarty->display('index.tpl');
?>
|
Where index.tpl is:
This should output:
Sun or rain expected<br />today, dark tonight |
|
|
|
|
|
|
|
|
|
Disclaimers: This
document is provided as free service for the benefits of Active-Venture.com's web hosting customers only. |
|
|
|
Quotes: There is only one thing in the world worse than being talked about, and that is not being talked about.
|
|
|
|
|