From: joey Date: Wed, 7 Mar 2007 19:12:22 +0000 (+0000) Subject: cleanup X-Git-Tag: 1.45~23 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=59b07af4cf3bc6acabafba826f3261c201d5e1bd;p=ikiwiki.git cleanup --- 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;