mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 08:39:58 +09:00
기본 에디터에서 잘못된 style 태그 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3495 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e29fa855a7
commit
c8865b164e
1 changed files with 1 additions and 1 deletions
|
|
@ -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+'">'+
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue