Commit 85a65071 authored by 's avatar

- replaced url_quote by html_quote for add list values (pushing the add button...

- replaced url_quote by html_quote for add list values (pushing the add button escapes the value again)
parent 82701778
......@@ -40,7 +40,7 @@ function toggleSelect() {
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 " />
......
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