Fix bug page title

3col
Vitaliy Filippov 2015-01-23 16:08:04 +03:00
parent 3274438606
commit 0688d316be
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
[% subheader = bug.short_desc | html %]
[% DEFAULT title = "$terms.Bug $bug.bug_id $bug.short_desc " _
"${bug.product_obj.name}/${bug.component_obj.name} " _
"${bug.bug_status_obj.name} _ ${bug.resolution_obj.name}" | html %]
"${bug.bug_status_obj.name} ${bug.resolution_obj.name}" | html %]
[% DEFAULT header = "$terms.Bug $bug.bug_id" %]
[% header_addl_info = "Last modified: " _ bug.delta_ts | html %]
[% javascript_urls = [ "js/field.js", "js/bug.js", "js/calendar.js", "js/bug-visibility.js", "fieldvaluecontrol.cgi?user=${Bugzilla.user.id}" ] %]