nl2br 컨버터 if 추가

This commit is contained in:
conory 2017-07-19 23:08:50 +09:00
parent 686032df29
commit c15ddc5d5c

View file

@ -959,7 +959,7 @@ class editorModel extends editor
{
$obj->content = Rhymix\Framework\Formatter::bbcode($obj->content);
}
else
elseif ($converter == 'nl2br')
{
$obj->content = nl2br($obj->content);
}