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:
Musachy Barroso
2007-09-25 13:20:55 +00:00
parent 0023041b60
commit b3893699ae
@@ -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="">