[Zope-Checkins] SVN: Zope/trunk/lib/python/OFS/dtml/main.dtml - replaced url_quote by html_quote for add list values (pushing the add button escapes the value again)

Yvo Schubbe y.2005- at wcm-solutions.de
Thu Oct 27 07:05:58 EDT 2005


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 " />



More information about the Zope-Checkins mailing list