From 52ba58c8d0be4196692975d645b261dc34a09e66 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 25 Aug 2005 20:39:20 +0000 Subject: Bug 304303: The "Forget Search" link in user prefs does not escape the name properly - Patch by GavinS r=LpSolit a=justdave --- template/en/default/account/prefs/saved-searches.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 whining first [% ELSE %] Forget + [% q.name FILTER url_quote %]">Forget [% END %] -- cgit v1.2.3-24-g4f1b