diff options
author | mkanat%bugzilla.org <> | 2009-12-10 23:13:09 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-12-10 23:13:09 +0100 |
commit | 56285b05dcdc9ebfe8df8119b387205def6db9dc (patch) | |
tree | f6f06c1dfbc9386021949e85d45384c290969631 /template/en/default | |
parent | c0b214bc396fe0db56fad1757c33ce640cc8aea7 (diff) | |
download | bugzilla-56285b05dcdc9ebfe8df8119b387205def6db9dc.tar.gz bugzilla-56285b05dcdc9ebfe8df8119b387205def6db9dc.tar.xz |
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 <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/bug/process/header.html.tmpl | 6 |
1 files changed, 1 insertions, 5 deletions
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 %] |