Module: bugzilla Branch: master Commit: 0733a7d0550a4079e7190a257cf6f0f3ea3cea2e URL: http://source.winehq.org/git/bugzilla.git/?a=commit;h=0733a7d0550a4079e7190a...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Dec 11 14:02:02 2013 +0100
sidebar.html: Replace removed url_quote filter.
---
template/en/default/global/sidebar.html.tmpl | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/template/en/default/global/sidebar.html.tmpl b/template/en/default/global/sidebar.html.tmpl index f55a6f0..79344e6 100644 --- a/template/en/default/global/sidebar.html.tmpl +++ b/template/en/default/global/sidebar.html.tmpl @@ -39,14 +39,14 @@ %] [% print_pipe = 0 %] [% IF user.showmybugslink %] - [% filtered_username = user.login FILTER url_quote %] + [% filtered_username = user.login FILTER uri %] <li><p> <a href="[% Param('mybugstemplate').replace('%userid%', filtered_username) %]">My [%+ terms.Bugs %]</a> </p></li> <li><p> - <a href="buglist.cgi?email1=[% user.email FILTER url_quote %]&emailtype1=exact&emailreporter1=1" + <a href="buglist.cgi?email1=[% user.email FILTER uri %]&emailtype1=exact&emailreporter1=1" >Bugs by Me</a> </p></li> [% print_pipe = 1 %] @@ -57,7 +57,7 @@ <li><p> <a href="buglist.cgi?cmdtype=runnamed&namedcmd= - [%- q.name FILTER url_quote %]">[% q.name FILTER html %]</a> + [%- q.name FILTER uri %]">[% q.name FILTER html %]</a> </p></li> [% print_pipe = 1 %] [% END %] @@ -74,8 +74,8 @@ <li><p> <a href="buglist.cgi?cmdtype=dorem&remaction=run&namedcmd= - [% q.name FILTER url_quote %]&sharer_id= - [% q.user.id FILTER url_quote %]" + [% q.name FILTER uri %]&sharer_id= + [% q.user.id FILTER uri %]" class="shared" title="Shared by [% q.user.identity FILTER html %]" >[% q.name FILTER html FILTER no_break %]</a></p></li>