Log message for revision 40295:
  - replaced url_quote by html_quote for hidden add value (pushing the add 
button escapes the value again)

Changed:
  U   Zope/branches/2.9/lib/python/OFS/dtml/main.dtml

-=-
Modified: Zope/branches/2.9/lib/python/OFS/dtml/main.dtml
===================================================================
--- Zope/branches/2.9/lib/python/OFS/dtml/main.dtml     2005-11-21 11:07:32 UTC 
(rev 40294)
+++ Zope/branches/2.9/lib/python/OFS/dtml/main.dtml     2005-11-21 11:07:46 UTC 
(rev 40295)
@@ -48,7 +48,7 @@
     <input class="form-element" type="submit" name="submit" value=" Add " />
   <dtml-else>
     <dtml-in filtered_meta_types mapping sort=name>
-    <input type="hidden" name=":method" value="&dtml.url_quote-action;" />
+    <input type="hidden" name=":method" value="&dtml.html_quote-action;" />
     <input class="form-element" type="submit" name="submit" value="Add 
&dtml-name;" />
     </dtml-in>
   </dtml-if>

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to