Commit 52ba58c8 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 304303: The "Forget Search" link in user prefs does not escape the name…

Bug 304303: The "Forget Search" link in user prefs does not escape the name properly - Patch by GavinS <bugzilla@chimpychompy.org> r=LpSolit a=justdave
parent 55d0f8a9
......@@ -74,7 +74,7 @@
Remove from <a href="editwhines.cgi">whining</a> first
[% ELSE %]
<a href="buglist.cgi?cmdtype=dorem&amp;remaction=forget&amp;namedcmd=
[% q.name FILTER html %]">Forget</a>
[% q.name FILTER url_quote %]">Forget</a>
[% END %]
</td>
<td align="center">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment