diff options
author | David Lawrence <dkl@redhat.com> | 2014-06-11 17:53:36 +0200 |
---|---|---|
committer | David Lawrence <dkl@redhat.com> | 2014-06-11 17:53:36 +0200 |
commit | f2ab0920a9c7abc50a8f8a9cc1f6a8381431afa3 (patch) | |
tree | 607362807755519ac4d8309a946befeaae58f728 /template/en/default/attachment | |
parent | 39953ccace47ab8669e6e0d6d4bb397fec7d19ec (diff) | |
download | bugzilla-f2ab0920a9c7abc50a8f8a9cc1f6a8381431afa3.tar.gz bugzilla-f2ab0920a9c7abc50a8f8a9cc1f6a8381431afa3.tar.xz |
Bug 1015994: attachment.cgi titles should include bug and/or attachment text
Diffstat (limited to 'template/en/default/attachment')
-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 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 |