mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 20:12:14 +09:00
Update xe_textarea.js
This commit is contained in:
parent
c57e92c8dd
commit
9316ddd031
1 changed files with 0 additions and 1 deletions
|
|
@ -34,7 +34,6 @@ function editorGetContentTextarea(editor_sequence) {
|
||||||
content = content.replace(/>/g, ">");
|
content = content.replace(/>/g, ">");
|
||||||
content = content.replace(/\"/g, """);
|
content = content.replace(/\"/g, """);
|
||||||
}
|
}
|
||||||
content = content.replace(/(\r\n|\n)/g, "<br />");
|
|
||||||
}
|
}
|
||||||
return content;
|
return content;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue