기본 에디터에서 잘못된 style 태그 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3495 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-01-08 04:42:55 +00:00
parent e29fa855a7
commit c8865b164e

View file

@ -120,7 +120,7 @@ function editorStart(editor_sequence, primary_key, content_key, editor_height) {
//'<base href="'+request_uri+'" />'+
//'<link rel="stylesheet" href="'+request_uri+'common/css/default.css" type="text/css" />'+
//'<link rel="stylesheet" href="'+request_uri+editor_path+'css/editor.css" type="text/css" />'+
'<style style="text/css">'+
'<style type="text/css">'+
'body {font-size:9pt;height:'+editor_height+'px; background-color:transparent; line-height:140%;}'+
'</style>'+
'</head><body editor_sequence="'+editor_sequence+'">'+