Commit 052096c9 authored by Sunil Joshi's avatar Sunil Joshi Committed by Simon Green

Bug 467510 - Remove 'bug' from all page titles containing bug number

parent 4edafe5e
......@@ -17,7 +17,7 @@
[% IF title_tag == "bug_processed" %]
[% title = BLOCK %]
[% IF Bugzilla.cgi.param('id') %]
[% terms.Bug %] [%+ id FILTER html %]
[%+ id FILTER html %]
[% ELSE %]
[% terms.Bugs %]
[% END %]
......
......@@ -18,7 +18,7 @@
[% filtered_timestamp = bug.delta_ts FILTER time %]
[% subheader = filtered_desc %]
[% title = "$terms.Bug $bug.bug_id – " %]
[% title = "$bug.bug_id – " %]
[% IF bug.alias != '' %]
[% title = title _ "($filtered_alias) " %]
[% END %]
......@@ -28,7 +28,7 @@
[% IF bug.defined %]
[% header = "$terms.Bug $bug.bug_id" %]
[% header_addl_info = "Last modified: $filtered_timestamp" %]
[% unfiltered_title = "$terms.Bug $bug.bug_id – " %]
[% unfiltered_title = "$bug.bug_id – " %]
[% IF bug.alias != '' %]
[% unfiltered_title = unfiltered_title _ "($bug.alias) " %]
[% END %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment