Author: snoopdave
Date: Tue Apr 18 14:43:53 2006
New Revision: 395052

URL: http://svn.apache.org/viewcvs?rev=395052&view=rev
Log:
Cant use the RTE HTML to XHTML converter, license is not Apache compatible

Modified:
    incubator/roller/trunk/web/weblog/editor-rte.jsp

Modified: incubator/roller/trunk/web/weblog/editor-rte.jsp
URL: 
http://svn.apache.org/viewcvs/incubator/roller/trunk/web/weblog/editor-rte.jsp?rev=395052&r1=395051&r2=395052&view=diff
==============================================================================
--- incubator/roller/trunk/web/weblog/editor-rte.jsp (original)
+++ incubator/roller/trunk/web/weblog/editor-rte.jsp Tue Apr 18 14:43:53 2006
@@ -16,7 +16,7 @@
         document.weblogEntryFormEx.submit();
     }
    // Usage: initRTE(imagesPath, includesPath, cssFile, genXHTML)
-   initRTE("images/", "<%= request.getContextPath() %>/editor/", false, true);
+   initRTE("images/", "<%= request.getContextPath() %>/editor/", '', false);
 //-->
 </script>
 <noscript><p><b>Javascript must be enabled to use this form.</b></p></noscript>


Reply via email to