From 2140e65027533bae7b922a54229fb09319363c9b Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" <> Date: Fri, 24 Aug 2007 09:01:53 +0000 Subject: Bug 391945 Staggered headers don't check dotweak properly r=vladd a=mkanat --- template/en/default/list/table.html.tmpl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'template') diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index 43ec3bf6a..e898da749 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -103,7 +103,11 @@ [% PROCESS columnheader %] [% END %] -   + + [% IF dotweak %] +   + [% END %] +   [% FOREACH id = displaycolumns %] [% NEXT IF loop.count() % 2 == 0 %] -- cgit v1.2.3-24-g4f1b