[Zope-Checkins] SVN: Zope/trunk/lib/python/OFS/dtml/main.dtml -
replaced url_quote by html_quote for hidden add value
(pushing the add button escapes the value again)
Yvo Schubbe
y.2005- at wcm-solutions.de
Mon Nov 21 06:08:02 EST 2005
Log message for revision 40296:
- replaced url_quote by html_quote for hidden add value (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-11-21 11:07:46 UTC (rev 40295)
+++ Zope/trunk/lib/python/OFS/dtml/main.dtml 2005-11-21 11:08:02 UTC (rev 40296)
@@ -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>
More information about the Zope-Checkins
mailing list