Bug 365519: admin/groups/delete has unescaped & - Patch by victory <spam@bmo2007.rsz.jp> r=LpSolit a=mkanat

git-svn-id: svn://10.0.0.236/trunk@258165 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
lpsolit%gmail.com 2009-08-18 23:19:57 +00:00
parent bda3246556
commit 658615df4d

View 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 %]