diff --git a/plugins/unl/editor_plugin.js b/plugins/unl/editor_plugin.js index c7636160c7944f3b7ebd4e5126b87db6868a1c98..2d10e3b2ed2e4c7884aeb4e58a4dc4a9654e06cf 100644 --- a/plugins/unl/editor_plugin.js +++ b/plugins/unl/editor_plugin.js @@ -43,7 +43,7 @@ Unl.hasParentNodeWithClass = function(childNode, parentClass) { //'div[style]/[*]'; ed.onBeforeSetContent.add(function(ed, o) { - ed.dom.loadCSS("/wdn/templates_4.0/css/all.css"); + ed.dom.loadCSS("/wdn/templates_4.1/css/all.css"); ed.getBody().className += ' wdn-main'; ed.getBody().id = 'maincontent'; ed.getBody().style.background = '#fefdfa';