]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 365519: admin/groups/delete has unescaped & - Patch by victory <spam@bmo2007...
authorlpsolit%gmail.com <>
Tue, 18 Aug 2009 23:19:57 +0000 (23:19 +0000)
committerlpsolit%gmail.com <>
Tue, 18 Aug 2009 23:19:57 +0000 (23:19 +0000)
template/en/default/admin/groups/delete.html.tmpl

index e847adad88bacbb33abffb205b3f3cc133c5a0a4..d1f1936bd0d8f47c9a8314e3e09f300fb565f90f 100644 (file)
@@ -57,7 +57,7 @@
     <p><b>One or more users belong to this group. You cannot delete
     this group while there are users in it.</b>
 
-    <br><a href="editusers.cgi?action=list&groupid=[% gid FILTER html %]&grouprestrict=1">Show
+    <br><a href="editusers.cgi?action=list&amp;groupid=[% gid FILTER html %]&amp;grouprestrict=1">Show
     me which users</a> - <input type="checkbox" name="removeusers">Remove
     all users from this group for me.</p>
   [% END %]
@@ -88,7 +88,7 @@
     <p><b>This group restricts who can make changes to flags of certain types.
     You cannot delete this group while there are flag types using it.</b>
 
-    <br><a href="editflagtypes.cgi?action=list&group=[% gid FILTER html %]">Show
+    <br><a href="editflagtypes.cgi?action=list&amp;group=[% gid FILTER html %]">Show
     me which types</a> - <input type="checkbox" name="removeflags">Remove all
     flag types from this group for me.</p>
   [% END %]