#18399347 : FF에서 빈칸(&nbsp;) 대신 빈 줄(<br>)을 기본 컨텐트로 사용

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6900 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2009-10-29 09:18:57 +00:00
parent 8cd154be31
commit 1f7ce8f077

View file

@ -58,7 +58,7 @@ function editorStart_xe(editor_sequence, primary_key, content_key, editor_height
}
var content = form[content_key].value;
if(xFF && !content) content = '<p>&nbsp;</p>';
if(xFF && !content) content = '<br />';
// src, href, url의 XE 상대경로를 http로 시작하는 full path로 변경
content = content.replace(/(src=|href=|url\()("|\')*([^"\'\)]+)("|\'|\))*(\s|>)*/ig, function(m0,m1,m2,m3,m4,m5) {