Commit e598abfb authored by 's avatar

- replaced url_quote by html_quote for hidden add value (pushing the add...

- replaced url_quote by html_quote for hidden add value (pushing the add button escapes the value again)
parent 2fb3b9fd
......@@ -48,7 +48,7 @@ function toggleSelect() {
<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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment