한글 띄어쓰기, 맞춤법 등 일부 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6715 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
misol 2009-08-01 02:36:33 +00:00
parent 914b89add2
commit 2ee3844935
22 changed files with 375 additions and 383 deletions

View file

@ -309,16 +309,6 @@ function editorSearchComponent(evt) {
if(obj.nodeName == "IMG") {
editor_component = "image_link";
editorPrevNode = obj;
// 테이블의 td일 경우
} else if(obj.nodeName == "TD") {
editor_component = "table_maker";
editorPrevNode = obj;
// 링크거나 텍스트인 경우
} else if(obj.nodeName == "A" || obj.nodeName == "BODY" || obj.nodeName.indexOf("H")==0 || obj.nodeName == "LI" || obj.nodeName == "P") {
editor_component = "url_link";
editorPrevNode = obj;
}
} else {
editorPrevNode = obj;