diff options
author | Byron Jones <bjones@mozilla.com> | 2012-12-03 17:23:35 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-12-03 17:23:35 +0100 |
commit | 0a9914004256c6be3538b61ab4f0196409073fca (patch) | |
tree | 4b88d69a0dd5a8df11b4539eb3043f972fbcc168 | |
parent | 37c8ef5cb2750f8039f3b26422d5a5c7cfc61f59 (diff) | |
download | bugzilla-0a9914004256c6be3538b61ab4f0196409073fca.tar.gz bugzilla-0a9914004256c6be3538b61ab4f0196409073fca.tar.xz |
Bug 816333: Fix linking of bugs on the "Change Votes" page
-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 61eaf8491..18221bda1 100644 --- a/extensions/Voting/template/en/default/pages/voting/user.html.tmpl +++ b/extensions/Voting/template/en/default/pages/voting/user.html.tmpl @@ -134,7 +134,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 %] |