Author: andre
Date: 2010-06-09 17:40:58 +0200 (Wed, 09 Jun 2010)
New Revision: 42496
Modified:
openimages/trunk/src/main/webapp/mediafragment.jspx
Log:
bit shorter substring, changed it to 50 OIP-134
Modified: openimages/trunk/src/main/webapp/mediafragment.jspx
===================================================================
--- openimages/trunk/src/main/webapp/mediafragment.jspx 2010-06-09 15:40:00 UTC
(rev 42495)
+++ openimages/trunk/src/main/webapp/mediafragment.jspx 2010-06-09 15:40:58 UTC
(rev 42496)
@@ -107,11 +107,11 @@
<c:choose>
<c:when test="${_.available}">
<a href="${mm:escape('text/xml', _.URL)}">
- <oip:filesubstr filename="${filename}" length="52" />
+ <oip:filesubstr filename="${filename}" length="50" />
</a>
</c:when>
<c:otherwise>
- <oip:filesubstr filename="${filename}" length="52" />
+ <oip:filesubstr filename="${filename}" length="50" />
</c:otherwise>
</c:choose>
</li>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs