]> git.cworth.org Git - cworth.org/commitdiff
Disable the htmlscrubber plugin
authorCarl Worth <cworth@cworth.org>
Wed, 11 Jul 2007 01:07:27 +0000 (18:07 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 11 Jul 2007 01:07:27 +0000 (18:07 -0700)
Otherwise things like style attributes get scrubbed away from
literal HTML elements. Since I don't have any online wiki editing
enabled for cworth.org I really don't need the scrubbing.

ikiwiki.setup

index cbc275f8ca665efe7621a4f32c853f19375addf2..4e418aa471be4205990291273c53b2d180406842 100644 (file)
@@ -85,7 +85,7 @@ use IkiWiki::Setup::Standard {
        add_plugins => [qw{goodstuff}],
        # If you want to disable any of the default plugins, list them here.
        #disable_plugins => [qw{inline htmlscrubber passwordauth openid}],
-       disable_plugins => [qw{smiley}],
+       disable_plugins => [qw{smiley htmlscrubber}],
 
        # For use with the tag plugin, make all tags be located under a
        # base page.