Author: andre Date: 2010-03-08 20:27:11 +0100 (Mon, 08 Mar 2010) New Revision: 41297
Modified: openimages/trunk/src/main/webapp/feeds/inc/atom.entry.jspx Log: seems that being to strict about validating feeds prevents the links from working correctly (http://xmlns.transmission.cc/ seems to be still an invalide namespace anyways when will they update these freeking validators Google? W3C? when?! I filed it months ago.) Modified: openimages/trunk/src/main/webapp/feeds/inc/atom.entry.jspx =================================================================== --- openimages/trunk/src/main/webapp/feeds/inc/atom.entry.jspx 2010-03-08 17:13:53 UTC (rev 41296) +++ openimages/trunk/src/main/webapp/feeds/inc/atom.entry.jspx 2010-03-08 19:27:11 UTC (rev 41297) @@ -58,10 +58,10 @@ <mm:relatednodes type="imagesources"> <mm:image id="img" mode="url" absolute="true" width="320" height="240" crop="middle" write="false" /> </mm:relatednodes> - <link type="${_[0].mimeType}" href="${mm:escape('url', img)}" length="0" rel="enclosure" /> + <link type="${_[0].mimeType}" href="${img}" length="0" rel="enclosure" /> </c:when> <c:otherwise> - <link type="${_[0].mimeType}" href="${mm:escape('url', _[0].URL)}" length="${duration}" rel="enclosure" /> + <link type="${_[0].mimeType}" href="${_[0].URL}" length="${duration}" rel="enclosure" /> </c:otherwise> </c:choose> <mm:hasnode number="${_[0].source.number}"> _______________________________________________ Cvs mailing list [email protected] http://lists.mmbase.org/mailman/listinfo/cvs
