From 6f1a5f0a2c0abfed6839d92d71cfdce9820037b0 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Wed, 11 Jun 2014 15:10:44 +0000 Subject: Bug 1015994 - attachment.cgi titles should include bug and/or attachment text r=gerv,a=sgreen --- template/en/default/attachment/edit.html.tmpl | 1 + 1 file changed, 1 insertion(+) (limited to 'template/en/default/attachment') diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl index 87ae525e7..f81486b27 100644 --- a/template/en/default/attachment/edit.html.tmpl +++ b/template/en/default/attachment/edit.html.tmpl @@ -9,6 +9,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