]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
authorJoey Hess <joey@kodama.kitenet.net>
Thu, 4 Sep 2008 03:41:11 +0000 (23:41 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Thu, 4 Sep 2008 03:41:11 +0000 (23:41 -0400)
IkiWiki/Plugin/table.pm

index 55d78a3e1c0e17592a8fc3429f5298614df5f89e..e782fc238dbd40b628f8675fefa36942d9be520c 100644 (file)
@@ -74,7 +74,7 @@ sub preprocess (@) { #{{{
        }
 
        my $header;
-       if (lc($params{header}) eq "row" || lc($params{header}) eq "yes") {
+       if (lc($params{header}) eq "row" || IkiWiki::yesno($params{header})) {
                $header=shift @data;
        }
        if (! @data) {