Author: andre
Date: 2010-06-01 18:56:30 +0200 (Tue, 01 Jun 2010)
New Revision: 42372

Modified:
   openimages/trunk/src/main/webapp/WEB-INF/tags/oip/menu.tagx
Log:
these should not be escaped 


Modified: openimages/trunk/src/main/webapp/WEB-INF/tags/oip/menu.tagx
===================================================================
--- openimages/trunk/src/main/webapp/WEB-INF/tags/oip/menu.tagx 2010-06-01 
15:47:19 UTC (rev 42371)
+++ openimages/trunk/src/main/webapp/WEB-INF/tags/oip/menu.tagx 2010-06-01 
16:56:30 UTC (rev 42372)
@@ -11,7 +11,7 @@
     <mm:node number="pool_oip">
       <c:set var="query_str" 
value="${requestScope['javax.servlet.forward.query_string']}" />
       <script type="text/javascript">
-        <mm:link page="/action/you.jspx" escapeamps="true">
+        <mm:link page="/action/you.jspx" escapeamps="false">
           <mm:param 
name="referrer">${requestScope['javax.servlet.forward.request_uri']}<c:if 
test="{!empty query_string}">?${query_string}</c:if></mm:param>
           <c:if test="${! empty requestScope['org.mmbase.mmsite.language']}">
             <mm:param 
name="locale">${requestScope['org.mmbase.mmsite.language']}</mm:param>

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to