Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.4 M2
-
None
Description
The getSkinFile call is also from the one made in stylesheets.vm which can lead to inconsistencies.
editwysiwyg.vm line 35 :
content_css: "$xwiki.getSkinFile("style.css")",
instead of :
## $defaultstyle is set in stylesheets.vm
content_css: "$xwiki.getSkinFile($defaultstyle, true)",