Author: andre
Date: 2010-06-02 16:04:42 +0200 (Wed, 02 Jun 2010)
New Revision: 42388

Modified:
   openimages/trunk/src/main/webapp/media.jspx
Log:
searching with quotes (OIP-138)


Modified: openimages/trunk/src/main/webapp/media.jspx
===================================================================
--- openimages/trunk/src/main/webapp/media.jspx 2010-06-02 14:04:17 UTC (rev 
42387)
+++ openimages/trunk/src/main/webapp/media.jspx 2010-06-02 14:04:42 UTC (rev 
42388)
@@ -13,8 +13,8 @@
       <script type="text/javascript" 
src="${mm:link('/style/js/jquery-ui-1.7.2.custom.min.js')}"><!-- help ie 
--></script>
       <c:if test="${!empty q}">
         <mm:link page="/feeds/atom/">
-          <mm:param name="search">${q}</mm:param>
-          <link href="${_}" rel="alternate" type="application/atom+xml" 
title="Open Image Platform search results for ${q}" />
+          <mm:param name="search">${mm:escape("urlparam", q)}</mm:param>
+          <link href="${_}" rel="alternate" type="application/atom+xml" 
title="Open Image Platform search results for ${mm:escape('text/xml', q)}" />
         </mm:link>
       </c:if>
     </jsp:attribute>

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

Reply via email to