id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 5260,Editor doesn't load contents.css,stoffel,,"CKEDitor Version 3.1 and 3.2 OS: WIN 7 Browser: all Description: CKEditor Version 3.1 and Version 3.2 doesn't load the contents.css file by default when opening the editor. I'm loading the script: ckeditor.js within a page. Everything works fine, except the editor doesn't load the contents.css file I modified the following line (line 61 -62) in ckeditor.js (no source!): o=n.config.docType+''+''+q+''+n.lang.preview+''+s+n.getData()+''; to: o=n.config.docType+''+''+q+''+n.lang.preview+' == '+e.buildStyleHtml(n.config.contentsCss)+' == '+s+n.getData()+''; ",Bug,closed,Normal,,General,3.2,invalid,,