summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/groups/list.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/groups/list.html.tmpl')
-rw-r--r--template/en/default/admin/groups/list.html.tmpl4
1 files changed, 2 insertions, 2 deletions
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>