summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/groups
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-10-18 06:58:51 +0200
committerlpsolit%gmail.com <>2005-10-18 06:58:51 +0200
commitacb05a7b78b9f36d19995631108f7d632f7711ad (patch)
treeb8a17bdfb5407de679d66b77abe916cf4da51bef /template/en/default/admin/groups
parente66bfda7983913ac93247d3e6f993c0ce1bbe7c7 (diff)
downloadbugzilla-acb05a7b78b9f36d19995631108f7d632f7711ad.tar.gz
bugzilla-acb05a7b78b9f36d19995631108f7d632f7711ad.tar.xz
Bug 305807: Fix some incorrect template filtering types - Patch by GavinS <bugzilla@chimpychompy.org> r=LpSolit r=justdave a=justdave
Diffstat (limited to 'template/en/default/admin/groups')
-rw-r--r--template/en/default/admin/groups/deleted.html.tmpl2
-rw-r--r--template/en/default/admin/groups/list.html.tmpl4
2 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/admin/groups/deleted.html.tmpl b/template/en/default/admin/groups/deleted.html.tmpl
index fc91190cb..2a5c2f870 100644
--- a/template/en/default/admin/groups/deleted.html.tmpl
+++ b/template/en/default/admin/groups/deleted.html.tmpl
@@ -42,7 +42,7 @@
</p>
<p>
- <a href="editgroups.cgi?action=del&amp;group=[% gid FILTER html %]">View</a>
+ <a href="editgroups.cgi?action=del&amp;group=[% gid FILTER url_quote %]">View</a>
the list of which records are affected.
</p>
[% ELSE %]
diff --git a/template/en/default/admin/groups/list.html.tmpl b/template/en/default/admin/groups/list.html.tmpl
index c183e4aff..5c473216c 100644
--- a/template/en/default/admin/groups/list.html.tmpl
+++ b/template/en/default/admin/groups/list.html.tmpl
@@ -67,9 +67,9 @@
</td>
<td align="center" valign="middle">
- <a href="editgroups.cgi?action=changeform&amp;group=[% group.id FILTER html %]">Edit</a>
+ <a href="editgroups.cgi?action=changeform&amp;group=[% group.id FILTER url_quote %]">Edit</a>
[% IF (group.isbuggroup) %]
- | <a href="editgroups.cgi?action=del&amp;group=[% group.id FILTER html %]">Delete</a>
+ | <a href="editgroups.cgi?action=del&amp;group=[% group.id FILTER url_quote %]">Delete</a>
[% END %]
</td>
</tr>