diff options
author | Byron Jones <bjones@mozilla.com> | 2012-12-03 17:11:49 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-12-03 17:11:49 +0100 |
commit | fa7dd9eb979d14d9c460e71603f42d7dea9ce536 (patch) | |
tree | 6662c8a894b14569c34f53e06edf9749e24a524c | |
parent | 276dc8cc74c679fde5b327dc6cbf9c55da48b876 (diff) | |
download | bugzilla-fa7dd9eb979d14d9c460e71603f42d7dea9ce536.tar.gz bugzilla-fa7dd9eb979d14d9c460e71603f42d7dea9ce536.tar.xz |
Bug 816333: Fix linking of bugs on the "Change Votes" page
r=LpSolit,a=LpSolit
-rw-r--r-- | extensions/Voting/template/en/default/pages/voting/user.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/Voting/template/en/default/pages/voting/user.html.tmpl b/extensions/Voting/template/en/default/pages/voting/user.html.tmpl index 27ce2acda..6705b9c37 100644 --- a/extensions/Voting/template/en/default/pages/voting/user.html.tmpl +++ b/extensions/Voting/template/en/default/pages/voting/user.html.tmpl @@ -120,7 +120,7 @@ [% END %] </a></td> <td align="center"> - [% bug.id FILTER bug_link(bug) FILTER none %] + [% bug.id FILTER bug_link(bug.id) FILTER none %] </td> <td> [% bug.summary FILTER html %] |