]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 391945 Staggered headers don't check dotweak properly
authortimeless%mozdev.org <>
Fri, 24 Aug 2007 09:01:53 +0000 (09:01 +0000)
committertimeless%mozdev.org <>
Fri, 24 Aug 2007 09:01:53 +0000 (09:01 +0000)
r=vladd a=mkanat

template/en/default/list/table.html.tmpl

index 43ec3bf6a4bb2e15d1eaad617f7515169b2bb364..e898da74989874d3c7999fb58b50b652825dd437 100644 (file)
           [% PROCESS columnheader %]
         [% END %]
 
-        </tr><tr align="left"><th>&nbsp;</th>
+        </tr><tr align="left">
+        [% IF dotweak %]
+          <th>&nbsp;</th>
+        [% END %]
+        <th>&nbsp;</th>
 
         [% FOREACH id = displaycolumns %]
           [% NEXT IF loop.count() % 2 == 0 %]