Jeremy Newman : fix bugs by my link as suggested in bug 9285

Jeremy Newman jnewman at winehq.org
Thu Jan 10 09:27:30 CST 2008


Module: bugzilla
Branch: master
Commit: 4ce1376160a2cf59767b191ff3009cfda2f66fbc
URL:    http://source.winehq.org/git/bugzilla.git/?a=commit;h=4ce1376160a2cf59767b191ff3009cfda2f66fbc

Author: Jeremy Newman <jnewman at codeweavers.com>
Date:   Thu Jan 10 09:27:24 2008 -0600

fix bugs by my link as suggested in bug 9285

---

 template/en/default/global/sidebar.html.tmpl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/template/en/default/global/sidebar.html.tmpl b/template/en/default/global/sidebar.html.tmpl
index e37ecd2..15ec5bd 100644
--- a/template/en/default/global/sidebar.html.tmpl
+++ b/template/en/default/global/sidebar.html.tmpl
@@ -55,7 +55,7 @@
             [%+ terms.Bugs %]</a>
           </td></tr>
           <tr class="sideMenu"><td>
-            <a href="buglist.cgi?email1=[% user.email FILTER html %]&emailtype1=exact&emailreporter1=1"
+            <a href="buglist.cgi?email1=[% user.email FILTER url_quote %]&emailtype1=exact&emailreporter1=1"
                class="menuItem">Bugs by Me</a>
           </td></tr>
           [% print_pipe = 1 %]




More information about the wine-cvs mailing list