From fa7dd9eb979d14d9c460e71603f42d7dea9ce536 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 4 Dec 2012 00:11:49 +0800 Subject: Bug 816333: Fix linking of bugs on the "Change Votes" page r=LpSolit,a=LpSolit --- extensions/Voting/template/en/default/pages/voting/user.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions') 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 %] - [% 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