Author: michiel
Date: 2009-09-16 11:11:50 +0200 (Wed, 16 Sep 2009)
New Revision: 38647

Modified:
   openimages/trunk/src/main/webapp/mediafragment.jspx
Log:
should be valid XML, so the text/xml escaper should be applied too

Modified: openimages/trunk/src/main/webapp/mediafragment.jspx
===================================================================
--- openimages/trunk/src/main/webapp/mediafragment.jspx 2009-09-16 09:08:57 UTC 
(rev 38646)
+++ openimages/trunk/src/main/webapp/mediafragment.jspx 2009-09-16 09:11:50 UTC 
(rev 38647)
@@ -242,7 +242,7 @@
       </div>
 
       <div class="right-column">
-        
+
         <div class="related">
           <oip:h3><fmt:message key="media.related_items" /></oip:h3>
           <mm:functioncontainer>
@@ -271,7 +271,7 @@
                       <dt>
                         <a title="${mf_title}" href="${_}"><oip:thumb /></a>
                       </dt>
-                      <dd> <mm:write referid="mf_title" escape="wrapper" /> 
</dd>
+                      <dd> <mm:write referid="mf_title" 
escape="wrapper,text/xml" /> </dd>
                     </dl>
                   </mm:link>
                   <jsp:text> </jsp:text>
@@ -318,7 +318,7 @@
                   <dt>
                     <a href="${_}" title="${mf_title}"><oip:thumb /></a>
                   </dt>
-                  <dd> <mm:write referid="mf_title" escape="wrapper" /> </dd>
+                  <dd> <mm:write referid="mf_title" escape="wrapper,text/xml" 
/> </dd>
                 </dl>
               </mm:link>
             </mm:listnodes>
@@ -349,7 +349,7 @@
             </mm:listnodescontainer>
           </c:if>
         </div>
-        
+
       </div>
     </jsp:attribute>
   </oip:html>

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

Reply via email to