mirror of
https://github.com/apache/struts.git
synced 2026-08-05 22:56:59 +00:00
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:
@@ -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/>
|
||||
|
||||
Reference in New Issue
Block a user