From: Carl Worth Date: Wed, 11 Jul 2007 01:07:27 +0000 (-0700) Subject: Disable the htmlscrubber plugin X-Git-Url: https://git.cworth.org/git?p=cworth.org;a=commitdiff_plain;h=4f61aa3bbb3b95d2222509c394d99fc7013d9b95 Disable the htmlscrubber plugin 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. --- diff --git a/ikiwiki.setup b/ikiwiki.setup index cbc275f..4e418aa 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -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.