Author: craigmcc
Date: Fri Oct 15 17:07:05 2004
New Revision: 54883

Modified:
   struts/trunk/struts-faces/example1-webapp/src/web/staticJavascript.jsp
   struts/trunk/struts-faces/example2-webapp/src/web/staticJavascript.jsp
Log:
Rearrange the license text so that it doesn't cause script parsing errors
in Mozilla/1.6.


Modified: struts/trunk/struts-faces/example1-webapp/src/web/staticJavascript.jsp
==============================================================================
--- struts/trunk/struts-faces/example1-webapp/src/web/staticJavascript.jsp      
(original)
+++ struts/trunk/struts-faces/example1-webapp/src/web/staticJavascript.jsp      Fri 
Oct 15 17:07:05 2004
@@ -1,4 +1,8 @@
-<!--
+<%@ page language="java" %>
+<%-- set document type to Javascript (addresses a bug in Netscape according to a web 
resource --%>
+<%@ page contentType="application/x-javascript" %>
+
+<%--
 
  Copyright 2002,2004 The Apache Software Foundation.
  
@@ -14,12 +18,8 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 
--->
+--%>
 
-
-<%@ page language="java" %>
-<%-- set document type to Javascript (addresses a bug in Netscape according to a web 
resource --%>
-<%@ page contentType="application/x-javascript" %>
 
 <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
 

Modified: struts/trunk/struts-faces/example2-webapp/src/web/staticJavascript.jsp
==============================================================================
--- struts/trunk/struts-faces/example2-webapp/src/web/staticJavascript.jsp      
(original)
+++ struts/trunk/struts-faces/example2-webapp/src/web/staticJavascript.jsp      Fri 
Oct 15 17:07:05 2004
@@ -2,9 +2,7 @@
 <%-- set document type to Javascript (addresses a bug in Netscape according to a web 
resource --%>
 <%@ page contentType="application/x-javascript" %>
 
-
-
-<!--
+<%--
 
  Copyright 2002,2004 The Apache Software Foundation.
  
@@ -20,7 +18,7 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 
--->
+--%>
 
 
 <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>

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

Reply via email to