Author: andre
Date: 2009-07-02 21:00:01 +0200 (Thu, 02 Jul 2009)
New Revision: 36525

Modified:
   openimages/trunk/src/main/webapp/index.jspx
Log:
fix because of switch to application xml 



Modified: openimages/trunk/src/main/webapp/index.jspx
===================================================================
--- openimages/trunk/src/main/webapp/index.jspx 2009-07-02 18:59:17 UTC (rev 
36524)
+++ openimages/trunk/src/main/webapp/index.jspx 2009-07-02 19:00:01 UTC (rev 
36525)
@@ -111,7 +111,7 @@
               <mm:content escaper="none">
                 <!-- just displaying the rss items with some xsl and java 
magic -->
                 <ul class="blog">
-                  <mm:formatter escape="none">
+                  <mm:formatter escape="tagstripper(xss)">
                     <mm:write referid="rss" />
                     <mm:xslt>
 
@@ -157,13 +157,13 @@
           <oip:h2>Blog</oip:h2>
           <os:cache 
key="blog.feed.rss2.${requestScope['javax.servlet.jsp.jstl.fmt.locale.request']}">
             <mm:notpresent referid="rss">
-              <mm:import id="rss"><mm:include page="${rsslink}" 
timeout="10000" /></mm:import>
+              <mm:import id="rss"><mm:include page="${rsslink}" timeout="1000" 
/></mm:import>
             </mm:notpresent>
             <c:catch var="ex2">
               <mm:content escaper="none">
                 <!-- just displaying the rss items with some xsl and java 
magic -->
                 <ul class="blog">
-                  <mm:formatter escape="none">
+                  <mm:formatter escape="tagstripper(xss)">
                     <mm:write referid="rss" />
                     <mm:xslt>
 

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

Reply via email to