mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
nl2br 컨버터 if 추가
This commit is contained in:
parent
686032df29
commit
c15ddc5d5c
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue