mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 17:19:59 +09:00
#18399347 : FF에서 빈칸( ) 대신 빈 줄(<br>)을 기본 컨텐트로 사용
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6900 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8cd154be31
commit
1f7ce8f077
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ function editorStart_xe(editor_sequence, primary_key, content_key, editor_height
|
||||||
}
|
}
|
||||||
|
|
||||||
var content = form[content_key].value;
|
var content = form[content_key].value;
|
||||||
if(xFF && !content) content = '<p> </p>';
|
if(xFF && !content) content = '<br />';
|
||||||
|
|
||||||
// src, href, url의 XE 상대경로를 http로 시작하는 full path로 변경
|
// src, href, url의 XE 상대경로를 http로 시작하는 full path로 변경
|
||||||
content = content.replace(/(src=|href=|url\()("|\')*([^"\'\)]+)("|\'|\))*(\s|>)*/ig, function(m0,m1,m2,m3,m4,m5) {
|
content = content.replace(/(src=|href=|url\()("|\')*([^"\'\)]+)("|\'|\))*(\s|>)*/ig, function(m0,m1,m2,m3,m4,m5) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue