diff options
author | David Lawrence <dkl@redhat.com> | 2014-06-11 17:10:44 +0200 |
---|---|---|
committer | David Lawrence <dkl@redhat.com> | 2014-06-11 17:40:31 +0200 |
commit | 6f1a5f0a2c0abfed6839d92d71cfdce9820037b0 (patch) | |
tree | 58fe2b4d8eb3d86831fa8ff2e644db5ff4004ed1 /template/en | |
parent | 02719d27e660f1212450a563e0e0b8aefa6c6883 (diff) | |
download | bugzilla-6f1a5f0a2c0abfed6839d92d71cfdce9820037b0.tar.gz bugzilla-6f1a5f0a2c0abfed6839d92d71cfdce9820037b0.tar.xz |
Bug 1015994 - attachment.cgi titles should include bug and/or attachment text
r=gerv,a=sgreen
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/attachment/edit.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
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 |