]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/wikitext.pm
* Fix utf-8 in blog post form.
[ikiwiki.git] / IkiWiki / Plugin / wikitext.pm
index 8b8cbe75e7711c3d17abe7f94ecedfca94f99d16..9fa87dafb1c06902bdcc58e230f7c53f2325fe94 100644 (file)
@@ -4,6 +4,7 @@ package IkiWiki::Plugin::wikitext;
 
 use warnings;
 use strict;
+use IkiWiki;
 use Text::WikiFormat;
 
 sub import { #{{{