r46715 - openimages/trunk/src/main/webapp/feeds/json

0 views
Skip to first unread message

andre

unread,
Mar 26, 2015, 9:43:56 AM3/26/15
to mmbase...@googlegroups.com
Author: andre
Date: 2015-03-26 14:43:55 +0100 (Thu, 26 Mar 2015)
New Revision: 46715

Modified:
openimages/trunk/src/main/webapp/feeds/json/index.jsp
Log:
this yielded another image then in xml

Modified: openimages/trunk/src/main/webapp/feeds/json/index.jsp
===================================================================
--- openimages/trunk/src/main/webapp/feeds/json/index.jsp 2015-03-26 12:47:44 UTC (rev 46714)
+++ openimages/trunk/src/main/webapp/feeds/json/index.jsp 2015-03-26 13:43:55 UTC (rev 46715)
@@ -131,13 +131,13 @@
</mm:functioncontainer>
],
<c:if test="${fn:startsWith(type, 'video')}"><mm:nodefunction name="thumbnail">
- "thumb" : "<mm:image template="s(512x288)+size(512x288&gt;)" absolute="true" />",
+ "thumb" : "<mm:image template="s(512x288)+size(512x288>)" absolute="true" />",
</mm:nodefunction></c:if>
<c:if test="${fn:startsWith(type, 'audio')}">
<mm:relatednodescontainer type="images" role="related" searchdirs="destination">
<mm:maxnumber value="1" />
<mm:relatednodes>
- "thumb" : "<mm:image template="s(512x288)+size(512x288&gt;)" absolute="true" />",
+ "thumb" : "<mm:image template="s(512x288)+size(512x288>)" absolute="true" />",
</mm:relatednodes>
</mm:relatednodescontainer>
</c:if>

Reply all
Reply to author
Forward
0 new messages