Author: andre
Date: 2009-07-02 20:58:03 +0200 (Thu, 02 Jul 2009)
New Revision: 36523

Modified:
   openimages/trunk/src/main/webapp/WEB-INF/tags/oip/html.tagx
Log:
will try application/xhtml+xml again untill we encounter that browser (FF?) 
again that had problems with it



Modified: openimages/trunk/src/main/webapp/WEB-INF/tags/oip/html.tagx
===================================================================
--- openimages/trunk/src/main/webapp/WEB-INF/tags/oip/html.tagx 2009-07-02 
18:55:30 UTC (rev 36522)
+++ openimages/trunk/src/main/webapp/WEB-INF/tags/oip/html.tagx 2009-07-02 
18:58:03 UTC (rev 36523)
@@ -28,7 +28,7 @@
 
   <mm:content
       expires="${empty cacheable || cacheable ? 120 : -1}"
-      type="text/html"
+      type="application/xhtml+xml"
       varies="${empty requestScope['org.mmbase.mmsite.language'] ? 
'Accept-Language' : ''}"
       unacceptable="CRIPPLE"
       postprocessor="none">

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

Reply via email to