Ticket #8876: 8876.patch
File 8876.patch, 977 bytes (added by , 11 years ago) |
---|
-
_source/plugins/panel/plugin.js
156 156 '<html dir="' + dir + '" class="' + className + '_container" lang="' + langCode + '">' + 157 157 '<head>' + 158 158 '<style>.' + className + '_container{visibility:hidden}</style>' + 159 CKEDITOR.tools.buildStyleHtml( this.css ) + 159 160 '</head>' + 160 161 '<body class="cke_' + dir + ' cke_panel_frame ' + CKEDITOR.env.cssClass + '" style="margin:0;padding:0"' + 161 162 ' onload="( window.CKEDITOR || window.parent.CKEDITOR ).tools.callFunction(' + onLoad + ');"></body>' + 162 // It looks strange, but for FF2, the styles must go163 // after <body>, so it (body) becames immediatelly164 // available. (#3031)165 CKEDITOR.tools.buildStyleHtml( this.css ) +166 163 '<\/html>'; 167 164 168 165 doc.write( data );