diff options
author | lpsolit%gmail.com <> | 2005-08-25 22:39:20 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-08-25 22:39:20 +0200 |
commit | 52ba58c8d0be4196692975d645b261dc34a09e66 (patch) | |
tree | a2015123e3c3d16f4cff65e18760146f41ca6fe9 /template | |
parent | 55d0f8a9b86eced03d7a18c721c91426786bb7b4 (diff) | |
download | bugzilla-52ba58c8d0be4196692975d645b261dc34a09e66.tar.gz bugzilla-52ba58c8d0be4196692975d645b261dc34a09e66.tar.xz |
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
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/account/prefs/saved-searches.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/account/prefs/saved-searches.html.tmpl b/template/en/default/account/prefs/saved-searches.html.tmpl index 741facc17..7f0052bba 100644 --- a/template/en/default/account/prefs/saved-searches.html.tmpl +++ b/template/en/default/account/prefs/saved-searches.html.tmpl @@ -74,7 +74,7 @@ Remove from <a href="editwhines.cgi">whining</a> first [% ELSE %] <a href="buglist.cgi?cmdtype=dorem&remaction=forget&namedcmd= - [% q.name FILTER html %]">Forget</a> + [% q.name FILTER url_quote %]">Forget</a> [% END %] </td> <td align="center"> |