nl2br[改行文字を<br />に置き換えます]
nl2br[改行は <br /> に置き換えられます]
##test.php:$smarty = new Smarty;
$smarty->assign('articleTitle', "今日は晴れか雨が予想されますが、今夜は暗いです");
$smarty->display('test.html');
test.html:{$articleTitle|nl2br}
出力:今日は晴れまたは雨が予想されます<br />今夜は暗いです
nl2br[改行は <br /> に置き換えられます]
##test.php:$smarty = new Smarty;
$smarty->assign('articleTitle', "今日は晴れか雨が予想されますが、今夜は暗いです");
$smarty->display('test.html');
test.html:{$articleTitle|nl2br}
出力:今日は晴れまたは雨が予想されます<br />今夜は暗いです
このコースを視聴した生徒はこちらも学んでいます