Log message for revision 39668:
  - replaced url_quote by html_quote for add list values (pushing the add 
button escapes the value again)

Changed:
  U   Zope/trunk/lib/python/OFS/dtml/main.dtml

-=-
Modified: Zope/trunk/lib/python/OFS/dtml/main.dtml
===================================================================
--- Zope/trunk/lib/python/OFS/dtml/main.dtml    2005-10-27 11:05:37 UTC (rev 
39667)
+++ Zope/trunk/lib/python/OFS/dtml/main.dtml    2005-10-27 11:05:58 UTC (rev 
39668)
@@ -40,7 +40,7 @@
      
onChange="location.href='&dtml-URL1;/'+this.options[this.selectedIndex].value">
     <option value="manage_workspace" disabled>Select type to add...</option>
     <dtml-in filtered_meta_types mapping sort=name>
-    <option value="&dtml.url_quote-action;">&dtml-name;</option>
+    <option value="&dtml.html_quote-action;">&dtml-name;</option>
     </dtml-in>
     </select>
     <input class="form-element" type="submit" name="submit" value=" Add " />

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

Reply via email to