summaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment/list.html.tmpl
diff options
context:
space:
mode:
authorChristopher Trom <chtrom@gmail.com>2013-08-30 10:46:24 +0200
committerSimon Green <sgreen@redhat.com>2013-08-30 10:46:24 +0200
commit56dc0a41954b488c1490895eef280bb63db66baf (patch)
tree97c54d0d0314e41d85d035037acf4908a99e30ab /template/en/default/attachment/list.html.tmpl
parent27bb05807772ff578f6b953fa4d1ec3164a2d34b (diff)
downloadbugzilla-56dc0a41954b488c1490895eef280bb63db66baf.tar.gz
bugzilla-56dc0a41954b488c1490895eef280bb63db66baf.tar.xz
Bug 547311 - Remove the "align" attribute from <th>
r=simon, a=sgreen
Diffstat (limited to 'template/en/default/attachment/list.html.tmpl')
-rw-r--r--template/en/default/attachment/list.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/attachment/list.html.tmpl b/template/en/default/attachment/list.html.tmpl
index e30492c36..9c9247980 100644
--- a/template/en/default/attachment/list.html.tmpl
+++ b/template/en/default/attachment/list.html.tmpl
@@ -44,7 +44,7 @@ function toggle_display(link) {
<br>
<table id="attachment_table" cellspacing="0" cellpadding="4">
<tr id="a0">
- <th colspan="[% show_attachment_flags ? 3 : 2 %]" align="left">
+ <th colspan="[% show_attachment_flags ? 3 : 2 %]" class="left">
Attachments
</th>
</tr>