You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2005/10/23 21:40:33 UTC

svn commit: r327841 - /incubator/roller/branches/roller_1.x/web/weblog/editor-ekit.jsp

Author: snoopdave
Date: Sun Oct 23 12:40:31 2005
New Revision: 327841

URL: http://svn.apache.org/viewcvs?rev=327841&view=rev
Log:
Oops, ROL-782 wasn't quite fixed for the Ekit applet

Modified:
    incubator/roller/branches/roller_1.x/web/weblog/editor-ekit.jsp

Modified: incubator/roller/branches/roller_1.x/web/weblog/editor-ekit.jsp
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_1.x/web/weblog/editor-ekit.jsp?rev=327841&r1=327840&r2=327841&view=diff
==============================================================================
--- incubator/roller/branches/roller_1.x/web/weblog/editor-ekit.jsp (original)
+++ incubator/roller/branches/roller_1.x/web/weblog/editor-ekit.jsp Sun Oct 23 12:40:31 2005
@@ -20,7 +20,7 @@
 <%-- Use the Ekit applet --%>
 <APPLET CODEBASE="../" CODE="com.hexidec.ekit.EkitApplet.class"
     ARCHIVE="ekitappletspell.jar" NAME="Ekit" WIDTH="95%" HEIGHT="550">
-<PARAM NAME="codebase" VALUE="../">
+<PARAM NAME="codebase" VALUE="../editor">
 <PARAM NAME="code" VALUE="com.hexidec.ekit.EkitApplet.class">
 <PARAM NAME="archive" VALUE="ekitappletspell.jar">
 <PARAM NAME="type" VALUE="application/x-java-applet;version=1.3">