From ddb5db354ac1b55ce99c9d0e977a2a63099f4c21 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Fri, 23 Jul 2010 00:46:02 +0200 Subject: Bug 398701: Replace |FILTER url_quote| by |FILTER uri| r/a=mkanat --- template/en/default/sidebar.xul.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template/en/default/sidebar.xul.tmpl') diff --git a/template/en/default/sidebar.xul.tmpl b/template/en/default/sidebar.xul.tmpl index b2fa092ea..ee409d759 100644 --- a/template/en/default/sidebar.xul.tmpl +++ b/template/en/default/sidebar.xul.tmpl @@ -102,12 +102,12 @@ function normal_keypress_handler( aEvent ) { [%- END %] [%- IF user.showmybugslink %] - [% filtered_username = user.login FILTER url_quote %] + [% filtered_username = user.login FILTER uri %] [%- END %] [%- FOREACH q = user.queries %] - + [% END %] [% ELSE %] -- cgit v1.2.3-24-g4f1b