summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/table.pm
diff options
context:
space:
mode:
Diffstat (limited to 'IkiWiki/Plugin/table.pm')
-rw-r--r--IkiWiki/Plugin/table.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/IkiWiki/Plugin/table.pm b/IkiWiki/Plugin/table.pm
index 26e434b1f..0501020ab 100644
--- a/IkiWiki/Plugin/table.pm
+++ b/IkiWiki/Plugin/table.pm
@@ -5,7 +5,6 @@ use warnings;
use strict;
use IkiWiki;
-use IkiWiki::Plugin::mdwn;
sub import { #{{{
hook(type => "preprocess", id => "table", call => \&preprocess);
@@ -136,7 +135,7 @@ sub split_dsv ($$) { #{{{
return @data;
} #}}}
-sub htmlize ($$$){ #{{{
+sub htmlize ($$$) { #{{{
my $page = shift;
my $destpage = shift;
my $text = shift;