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

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@442927 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rainer Hermanns
2006-09-13 10:21:33 +00:00
parent 5452b14eff
commit 1c3543e79c
@@ -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/>