diff options
author | bugzilla%glob.com.au <> | 2006-06-27 22:58:51 +0200 |
---|---|---|
committer | bugzilla%glob.com.au <> | 2006-06-27 22:58:51 +0200 |
commit | 619f441accf1b12758aa513ed06a457d7f193138 (patch) | |
tree | 69465a89e98e350870dac1064ec5a9ecda8c92f2 /template/en/default/bug | |
parent | 49449152d181d37f554a1b6e44836384d3c54b3d (diff) | |
download | bugzilla-619f441accf1b12758aa513ed06a457d7f193138.tar.gz bugzilla-619f441accf1b12758aa513ed06a457d7f193138.tar.xz |
Bug 341495: Merge the banner and header
Patch by Byron Jones <bugzilla@glob.com.au> r=LpSolit,kevin.benton a=justdave
Diffstat (limited to 'template/en/default/bug')
-rw-r--r-- | template/en/default/bug/show.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/show.html.tmpl b/template/en/default/bug/show.html.tmpl index 64410df17..99fd46660 100644 --- a/template/en/default/bug/show.html.tmpl +++ b/template/en/default/bug/show.html.tmpl @@ -31,7 +31,7 @@ [% filtered_timestamp = bug.delta_ts FILTER time %] [% PROCESS global/header.html.tmpl title = "$terms.Bug $bug.bug_id - $bug.short_desc" - h1 = "$terms.Bugzilla $terms.Bug $bug.bug_id" + h1 = "$terms.Bug $bug.bug_id" h2 = filtered_desc h3 = "Last modified: $filtered_timestamp" bodyclasses = ['bz_bug', |