From f2ab0920a9c7abc50a8f8a9cc1f6a8381431afa3 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Wed, 11 Jun 2014 15:53:36 +0000 Subject: Bug 1015994: attachment.cgi titles should include bug and/or attachment text --- template/en/default/attachment/edit.html.tmpl | 1 + 1 file changed, 1 insertion(+) (limited to 'template/en/default') diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl index 8c954a02b..e29c45c94 100644 --- a/template/en/default/attachment/edit.html.tmpl +++ b/template/en/default/attachment/edit.html.tmpl @@ -25,6 +25,7 @@ [%# Define strings that will serve as the title and header of this page %] [% title = BLOCK %] Attachment [% attachment.id %] Details for [% terms.Bug %] [%+ attachment.bug_id %] + – [% attachment.description FILTER html %] [% END %] [% header = BLOCK %] Attachment [% attachment.id %] Details for -- cgit v1.2.3-24-g4f1b