]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/htmlscrubber.pm
improve string to be less confusing
[ikiwiki.git] / IkiWiki / Plugin / htmlscrubber.pm
index 823b3d806cf1c51ae2eec5b715ff2991f7c79b3d..a249cdf7a43b2986b5ca519f88c01cc6fcf85141 100644 (file)
@@ -3,7 +3,7 @@ package IkiWiki::Plugin::htmlscrubber;
 
 use warnings;
 use strict;
-use IkiWiki 2.00;
+use IkiWiki 3.00;
 
 # This regexp matches urls that are in a known safe scheme.
 # Feel free to use it from other plugins.