From 56285b05dcdc9ebfe8df8119b387205def6db9dc Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Thu, 10 Dec 2009 22:13:09 +0000 Subject: Bug 425668: Make the body classes and other header information show up properly in process_bug.cgi if we're doing same_bug or next_bug Patch by Max Kanat-Alexander r=LpSolit, a=LpSolit --- template/en/default/bug/process/header.html.tmpl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'template/en/default/bug/process/header.html.tmpl') diff --git a/template/en/default/bug/process/header.html.tmpl b/template/en/default/bug/process/header.html.tmpl index 25571354e..79f0126d4 100644 --- a/template/en/default/bug/process/header.html.tmpl +++ b/template/en/default/bug/process/header.html.tmpl @@ -43,8 +43,4 @@ [% title = "Change Votes" %] [% END %] -[% PROCESS global/header.html.tmpl - # We don't have a bug object at this point, unfortunately, so we can't - # actually display all the proper header info. - header_addl_info = '' -%] +[% PROCESS global/header.html.tmpl %] -- cgit v1.2.3-24-g4f1b