Author: hermanns
Date: Wed Sep 13 03:21:33 2006
New Revision: 442927

URL: http://svn.apache.org/viewvc?view=rev&rev=442927
Log:
ww:head tag includes parameters in URLs to stylesheets
o includeParams="none" missing in other templates as well
o backport from WW 2.2.3

Issue Number: WW-1380

Modified:
    
struts/struts2/trunk/apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp

Modified: 
struts/struts2/trunk/apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp?view=diff&rev=442927&r1=442926&r2=442927
==============================================================================
--- 
struts/struts2/trunk/apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp 
(original)
+++ 
struts/struts2/trunk/apps/showcase/src/main/webapp/WEB-INF/decorators/main.jsp 
Wed Sep 13 03:21:33 2006
@@ -14,11 +14,11 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
 <head>
     <title><decorator:title default="Struts Showcase"/></title>
-    <link href="<s:url value='/styles/main.css'/>" rel="stylesheet" 
type="text/css" media="all"/>
-    <link href="<s:url value='/struts/niftycorners/niftyCorners.css'/>" 
rel="stylesheet" type="text/css"/>
-    <link href="<s:url value='/struts/niftycorners/niftyPrint.css'/>" 
rel="stylesheet" type="text/css" media="print"/>
+    <link href="<s:url value='/styles/main.css' encode='false' 
includeParams='none'/>" rel="stylesheet" type="text/css" media="all"/>
+    <link href="<s:url value='/struts/niftycorners/niftyCorners.css' 
encode='false' includeParams='none'/>" rel="stylesheet" type="text/css"/>
+    <link href="<s:url value='/struts/niftycorners/niftyPrint.css' 
encode='false' includeParams='none'/>" rel="stylesheet" type="text/css" 
media="print"/>
 
-    <script language="JavaScript" type="text/javascript" src="<s:url 
value='/struts/niftycorners/nifty.js'/>"></script>
+    <script language="JavaScript" type="text/javascript" src="<s:url 
value='/struts/niftycorners/nifty.js' encode='false' 
includeParams='none'/>"></script>
 
     <script language="JavaScript" type="text/javascript">
 
@@ -47,7 +47,7 @@
             </div><!-- end branding -->
 
             <div id="search">
-                <img src="<s:url value='/images/struts-power.gif'/>" 
alt="Powered by Struts"/>
+                <img src="<s:url value='/images/struts-power.gif' 
encode='false' includeParams='none'/>" alt="Powered by Struts"/>
             </div><!-- end search -->
 
             <hr/>


Reply via email to