mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 06:39:56 +09:00
스케치북 Textarea 줄바꿈 문제로 인하여 다시변경
This commit is contained in:
parent
18f66db3a3
commit
51ecf43079
1 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ function editorGetContentTextarea(editor_sequence) {
|
|||
content = content.replace(/>/g, ">");
|
||||
content = content.replace(/\"/g, """);
|
||||
}
|
||||
content = content.replace(/(\r\n|\n)/g, "<br />");
|
||||
}
|
||||
return content;
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue