]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/table.pm
cleanup
[ikiwiki.git] / 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;