Author: jkoster
Date: 2009-09-10 13:10:37 +0200 (Thu, 10 Sep 2009)
New Revision: 38556

Modified:
   
CMSContainer/trunk/CMSContainer/cmsc/edit-webapp/src/webapp/WEB-INF/tags/editresources.tag
Log:
CMSC-893 - Old stylesheet does not exist anymore.

Modified: 
CMSContainer/trunk/CMSContainer/cmsc/edit-webapp/src/webapp/WEB-INF/tags/editresources.tag
===================================================================
--- 
CMSContainer/trunk/CMSContainer/cmsc/edit-webapp/src/webapp/WEB-INF/tags/editresources.tag
  2009-09-10 09:55:16 UTC (rev 38555)
+++ 
CMSContainer/trunk/CMSContainer/cmsc/edit-webapp/src/webapp/WEB-INF/tags/editresources.tag
  2009-09-10 11:10:37 UTC (rev 38556)
@@ -18,7 +18,7 @@
           var editor_names = [ name ];
           var xinha_plugins = createDefaultPlugins;
           var xinha_config = createDefaultConfig();
-                 var editor = HTMLArea.makeEditors(editor_names , 
xinha_config, xinha_plugins);
+          var editor = HTMLArea.makeEditors(editor_names , xinha_config, 
xinha_plugins);
           HTMLArea.startEditors(editor);
                }
        </script>
@@ -26,5 +26,5 @@
        <script type="text/javascript" src="<cmsc:staticurl 
page='/editors/utils/localeditor.js'/>"></script>
 
        <link rel="stylesheet" type="text/css" href="<cmsc:staticurl 
page='/editors/site/portaledit.css'/>" />
-       <link rel="stylesheet" type="text/css" href="<cmsc:staticurl 
page='/mmbase/edit/wizard/xinha/htmlarea.css'/>" />
+       <link rel="stylesheet" type="text/css" href="<cmsc:staticurl 
page='/mmbase/edit/wizard/xinha/Xinha.css'/>" />
 </cmsc:protected>
\ No newline at end of file

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to