Fix table plugin to not generate an unbalanced tbody tag with header=no
authorJosh Triplett <josh@freedesktop.org>
Thu, 8 Nov 2007 19:30:15 +0000 (11:30 -0800)
committerJosh Triplett <josh@freedesktop.org>
Thu, 8 Nov 2007 19:30:15 +0000 (11:30 -0800)
commit21c6d61aa1b6caee6c37994f81469041265df61f
tree11262d3dd58636ddc08fb6df903cb2dc4ab8dc95
parentcf2ea74175de270f8b78195b96025195e1a0c2cb
Fix table plugin to not generate an unbalanced tbody tag with header=no

The table plugin omitted </tbody> with header=no, but always generated
<tbody>, resulting in an unbalanced tag.  Fix that by omitting <tbody>
too.
IkiWiki/Plugin/table.pm