master
joey 2007-03-07 19:12:22 +00:00
parent c79e5f0e5b
commit 59b07af4cf
1 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,6 @@ use warnings;
use strict; use strict;
use IkiWiki; use IkiWiki;
use IkiWiki::Plugin::mdwn;
sub import { #{{{ sub import { #{{{
hook(type => "preprocess", id => "table", call => \&preprocess); hook(type => "preprocess", id => "table", call => \&preprocess);
@ -136,7 +135,7 @@ sub split_dsv ($$) { #{{{
return @data; return @data;
} #}}} } #}}}
sub htmlize ($$$){ #{{{ sub htmlize ($$$) { #{{{
my $page = shift; my $page = shift;
my $destpage = shift; my $destpage = shift;
my $text = shift; my $text = shift;