Author: andre
Date: 2010-05-31 16:47:44 +0200 (Mon, 31 May 2010)
New Revision: 42341

Modified:
   openimages/trunk/src/main/webapp/WEB-INF/tags/oip/html.tagx
Log:
make use of cachable attribute


Modified: openimages/trunk/src/main/webapp/WEB-INF/tags/oip/html.tagx
===================================================================
--- openimages/trunk/src/main/webapp/WEB-INF/tags/oip/html.tagx 2010-05-31 
14:42:21 UTC (rev 42340)
+++ openimages/trunk/src/main/webapp/WEB-INF/tags/oip/html.tagx 2010-05-31 
14:47:44 UTC (rev 42341)
@@ -27,7 +27,7 @@
 
   <!-- html5 -->
   <mm:content
-      expires="120"
+      expires="${empty cacheable || cacheable ? 120 : -1}"
       type="text/html" 
       encoding="UTF-8"
       postprocessor="none">

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to