summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/table.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/admin/table.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/admin/table.html.tmpl')
-rw-r--r--template/en/default/admin/table.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/table.html.tmpl b/template/en/default/admin/table.html.tmpl
index 80f6417a3..abc0e5775 100644
--- a/template/en/default/admin/table.html.tmpl
+++ b/template/en/default/admin/table.html.tmpl
@@ -71,7 +71,7 @@
<tr bgcolor="#6666FF">
[% FOREACH c = columns %]
[%# Default to align left for headers %]
- <th align="[% (c.align || 'left') FILTER html %]">
+ <th style="text-align:[% (c.align || 'left') FILTER html %];">
[% c.heading FILTER html %]
</th>
[% END %]