diff options
Diffstat (limited to 'extensions/Voting/template/en/default/pages')
-rw-r--r-- | extensions/Voting/template/en/default/pages/voting/bug.html.tmpl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/extensions/Voting/template/en/default/pages/voting/bug.html.tmpl b/extensions/Voting/template/en/default/pages/voting/bug.html.tmpl index 0aa7072b7..4c69a45f6 100644 --- a/extensions/Voting/template/en/default/pages/voting/bug.html.tmpl +++ b/extensions/Voting/template/en/default/pages/voting/bug.html.tmpl @@ -28,9 +28,13 @@ [% PROCESS global/variables.none.tmpl %] +[% subheader = BLOCK %] + [% "$terms.Bug $bug.id" FILTER bug_link(bug) FILTER none %] - [% bug.short_desc FILTER html %] +[% END %] + [% PROCESS global/header.html.tmpl title = "Show Votes" - subheader = "$terms.Bug $bug.id" FILTER bug_link(bug) + subheader = subheader %] [% total = 0 %] |