From 4f61aa3bbb3b95d2222509c394d99fc7013d9b95 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 10 Jul 2007 18:07:27 -0700 Subject: [PATCH] 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. --- ikiwiki.setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.43.0