summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/classifications/edit.html.tmpl
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2004-12-27 18:58:29 +0100
committerjocuri%softhome.net <>2004-12-27 18:58:29 +0100
commit77685016dc35f13c83d11a43a0c2a22d6df91af4 (patch)
tree2773a902d2fa6237c8b9d42e66ee321527e82b30 /template/en/default/admin/classifications/edit.html.tmpl
parentccab8debf48788d950021bad75da93753f1a42c1 (diff)
downloadbugzilla-77685016dc35f13c83d11a43a0c2a22d6df91af4.tar.gz
bugzilla-77685016dc35f13c83d11a43a0c2a22d6df91af4.tar.xz
Patch for bug 275939: Classification templates use wrong filtering in URLs; patch by GavinS <bugzilla@chimpychompy.org>, r=vladd, a=justdave.
Diffstat (limited to 'template/en/default/admin/classifications/edit.html.tmpl')
-rw-r--r--template/en/default/admin/classifications/edit.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/classifications/edit.html.tmpl b/template/en/default/admin/classifications/edit.html.tmpl
index 6c58836d7..fba32ca30 100644
--- a/template/en/default/admin/classifications/edit.html.tmpl
+++ b/template/en/default/admin/classifications/edit.html.tmpl
@@ -34,7 +34,7 @@
<td><textarea rows=4 cols=64 name="description">[% description %]</textarea></TD>
</tr>
<tr valign=top>
- <th align="right"><a href="editproducts.cgi?classification=[% classification FILTER html %]">Edit products</a></th>
+ <th align="right"><a href="editproducts.cgi?classification=[% classification FILTER url_quote %]">Edit products</a></th>
<td>
[% IF products AND products.size > 0 %]
<table>