diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2010-04-08 14:04:03 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2010-04-08 14:04:03 +0200 |
commit | 299eb13b76ceb005df4276b64d30514ed31334f0 (patch) | |
tree | 82680d9d3016b4e4828d1b62a938d4cfbdfbad62 /extensions/Voting | |
parent | Bug 284650: Beginning a chart name with an "_" (underscore) causes errors (diff) | |
download | bugzilla-299eb13b76ceb005df4276b64d30514ed31334f0.tar.gz bugzilla-299eb13b76ceb005df4276b64d30514ed31334f0.tar.bz2 bugzilla-299eb13b76ceb005df4276b64d30514ed31334f0.zip |
Bug 558032: Incorrect "X votes" link when viewing a bug
r=reed a=LpSolit
Diffstat (limited to 'extensions/Voting')
-rw-r--r-- | extensions/Voting/template/en/default/hook/bug/edit-after_importance.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/Voting/template/en/default/hook/bug/edit-after_importance.html.tmpl b/extensions/Voting/template/en/default/hook/bug/edit-after_importance.html.tmpl index 7952442da..606f981ee 100644 --- a/extensions/Voting/template/en/default/hook/bug/edit-after_importance.html.tmpl +++ b/extensions/Voting/template/en/default/hook/bug/edit-after_importance.html.tmpl @@ -25,7 +25,7 @@ <span id="votes_container"> [% IF bug.votes %] with - <a href="page.cgi?id=voting/bug.html?bug_id= + <a href="page.cgi?id=voting/bug.html&bug_id= [%- bug.id FILTER url_quote %]"> [%- bug.votes %] [% IF bug.votes == 1 %] |