diff options
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/attachments.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/attachments.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/attachments.html.tmpl index 0604b41bc..a27637056 100644 --- a/extensions/BugModal/template/en/default/bug_modal/attachments.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/attachments.html.tmpl @@ -12,7 +12,7 @@ # obsolete_attachments: array of obsolete attachment objects #%] -<table class="layout-table" id="attachments"> +<table role="table" class="layout-table" id="attachments"> [% FOREACH attachment IN bug.attachments %] [% NEXT IF attachment.isprivate && !(user.is_insider || attachment.attacher.id == user.id); |