http://bugs.winehq.org/show_bug.cgi?id=9285
Michal Piaskowski piaskal+wine@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |piaskal+wine@gmail.com
--- Comment #6 from Michal Piaskowski piaskal+wine@gmail.com 2008-01-07 12:17:46 --- (In reply to comment #2)
You mean "My Bugs" from http://bugs.winehq.org/userprefs.cgi?tab=saved-searches (which you can't edit or forget)? Perhaps bugzilla doesn't escape the email address for URLs there.
Looking at the file template/en/default/global/sidebar.html.tmpl I think that's the problem, but I can't test it without installing a web server.
I think this line <a href="buglist.cgi?email1=[% user.email FILTER html %]&emailtype1=exact&emailreporter1=1"
should be <a href="buglist.cgi?email1=[% user.email FILTER url_quote %]&emailtype1=exact&emailreporter1=1"