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 993181c7f..2c8eb5fe0 100644
--- a/template/en/default/admin/table.html.tmpl
+++ b/template/en/default/admin/table.html.tmpl
@@ -69,7 +69,7 @@
<tr class="column_header">
[% FOREACH c = columns %]
[%# Default to align left for headers %]
- <th class="[% (c.align || 'left') FILTER css_class_quote %]">
+ <th class="[% (c.class || 'left') FILTER css_class_quote %]">
[% c.heading FILTER html %]
</th>
[% END %]