Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lenya Wiki" for change 
notification.

The following page has been changed by Kristen:
http://wiki.apache.org/lenya/HowToIntegrateFCKEditor

The comment on the change is:
Corrected error in FredSaveAction.java

------------------------------------------------------------------------------
          String content = "<?xml version=\"1.0\" encoding=\""
                  + encoding
                  + "\"?>\n" +
-                               "<head><meta content"
-                               "<body>\n" + request.getParameter("content") 
+"\n" + "</body>\n";
+               "<body>\n" + request.getParameter("content") +"\n" + 
"</body>\n";
  
          // Save file temporarily
          File sitemap = new File(new 
URL(resolver.resolveURI("").getURI()).getFile());

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to