summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rwxr-xr-xtemplate/en/default/admin/keywords/list.html.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/template/en/default/admin/keywords/list.html.tmpl b/template/en/default/admin/keywords/list.html.tmpl
index 367990fd0..d73e529e3 100755
--- a/template/en/default/admin/keywords/list.html.tmpl
+++ b/template/en/default/admin/keywords/list.html.tmpl
@@ -52,8 +52,10 @@
</table>
[% END %]
+[% PROCESS table_header %]
+
[% FOREACH keyword = keywords %]
- [% IF loop.count() % max_table_size == 1 %]
+ [% IF !loop.first() && loop.count() % max_table_size == 1 %]
[% PROCESS table_header %]
[% END %]