mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
<p><br> 외의 태그만 사용되었을 경우 줄바꿈 처리가 엉망으로 되는 문제 수정
This commit is contained in:
parent
26d5323e5b
commit
686032df29
1 changed files with 2 additions and 3 deletions
|
|
@ -924,10 +924,9 @@ class editorModel extends editor
|
|||
{
|
||||
$converter = 'text';
|
||||
}
|
||||
|
||||
if (!is_html_content($obj->content) || $obj->use_editor === 'N')
|
||||
elseif ($obj->use_editor === 'N')
|
||||
{
|
||||
$converter = 'default';
|
||||
$converter = 'nl2br';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue