diff --git a/mozilla/webtools/bugzilla/template/en/default/bug/create/created.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/bug/create/created.html.tmpl index 6226fdc6430..7ec59b12661 100644 --- a/mozilla/webtools/bugzilla/template/en/default/bug/create/created.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/bug/create/created.html.tmpl @@ -34,8 +34,11 @@ [% PROCESS global/variables.none.tmpl %] +[% filtered_desc = bug.short_desc FILTER html %] [% PROCESS global/header.html.tmpl - title = "$terms.Bug $id Submitted" + title = "$terms.Bug $id Submitted – $filtered_desc" + header = "$terms.Bug $id Submitted" + subheader = filtered_desc javascript_urls = [ "js/util.js", "js/field.js", "js/yui/yahoo-dom-event.js", "js/yui/calendar.js" ] style_urls = [ "skins/standard/yui/calendar.css", "skins/standard/show_bug.css" ]