diff options
author | www-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-25 08:19:04 +0000 |
---|---|---|
committer | www-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-25 08:19:04 +0000 |
commit | 14aa5a735116b9ea632ba0b84d5856fa8ccf5aa7 (patch) | |
tree | e32df73a90987fbaf8fa217b8ea31ae5e16c1def /doc | |
parent | 78870df321ab570b24cb6ed7f81296cc5e20e47c (diff) |
web commit by IainMcLaren
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs.mdwn b/doc/bugs.mdwn index 4c949b59b..12cc546c5 100644 --- a/doc/bugs.mdwn +++ b/doc/bugs.mdwn @@ -36,3 +36,6 @@ * HTML::Scrubber doesn't produce valid xhtml for tags like hr, so if html sanitisation is enabled the html page won't be valid. <http://bugs.debian.org/365971> +* The file doc/ikiwiki.setup includes: "#plugin => [qw{pagecount inline brokenlinks hyperestraier smiley htmlscrubber}],". "hyperrestraier" should be replaced with "search", or perhaps the line should instead read as follows?: "#plugin => [qw{pagecount inline orphans brokenlinks search smiley +haiku htmlscrubber}]," + |