cleanup
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 7 Mar 2007 19:12:22 +0000 (19:12 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 7 Mar 2007 19:12:22 +0000 (19:12 +0000)
IkiWiki/Plugin/table.pm

index 26e434b1fa2264fdb9c24ceb8031775bf49f64fe..0501020ab938213c61820990581f88e78b2ae9c0 100644 (file)
@@ -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;