summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/table.html.tmpl
diff options
context:
space:
mode:
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 %]