mirror of
https://github.com/apache/struts.git
synced 2026-08-07 07:37:20 +00:00
Make cache="true" the default for the head tag
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@579235 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
<#assign dojoFile="dojo.js.uncompressed.js">
|
||||
</#if>
|
||||
|
||||
<#if parameters.cache?default(false)>
|
||||
<#if parameters.cache?default(true)>
|
||||
<#assign profile="struts_">
|
||||
<#else>
|
||||
<#assign profile="">
|
||||
|
||||
Reference in New Issue
Block a user