From 0a9914004256c6be3538b61ab4f0196409073fca Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 4 Dec 2012 00:23:35 +0800 Subject: Bug 816333: Fix linking of bugs on the "Change Votes" page --- extensions/Voting/template/en/default/pages/voting/user.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/Voting') 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 %] - [% bug.id FILTER bug_link(bug) FILTER none %] + [% bug.id FILTER bug_link(bug.id) FILTER none %] [% bug.summary FILTER html %] -- cgit v1.2.3-24-g4f1b