diff options
-rw-r--r-- | extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl b/extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl index 1777dfe68..b62c73cf0 100644 --- a/extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl +++ b/extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl @@ -46,7 +46,7 @@ [% IF change.attachid %] html += '<a ' + 'href="attachment.cgi?id=[% change.attachid FILTER none %]&action=edit" ' - + 'title="[% change.attach.description FILTER js %]" ' + + 'title="[% change.attach.description FILTER html FILTER js %]" ' + 'class="[% "bz_obsolete" IF change.attach.isobsolete %]"' + '>Attachment #[% change.attachid FILTER none %]</a> - '; [% END %] |