mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 07:11:42 +09:00
첨부파일을 본문 삽입시 <br /> 코드를 자동 삽입하지 않도록 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3877 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6aa5e83ab9
commit
a51ff5001d
1 changed files with 1 additions and 1 deletions
|
|
@ -329,7 +329,7 @@ function editor_insert_file(editor_sequence) {
|
||||||
} else {
|
} else {
|
||||||
var mid = fo_obj.mid.value;
|
var mid = fo_obj.mid.value;
|
||||||
var url = request_uri+"/?module=file&act=procFileDownload&file_srl="+file_srl+"&sid="+sid;
|
var url = request_uri+"/?module=file&act=procFileDownload&file_srl="+file_srl+"&sid="+sid;
|
||||||
var text = "<a href=\""+url+"\">"+filename+"</a><br />\n";
|
var text = "<a href=\""+url+"\">"+filename+"</a>\n";
|
||||||
editorReplaceHTML(iframe_obj, text);
|
editorReplaceHTML(iframe_obj, text);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue