summaryrefslogtreecommitdiff
path: root/doc/plugins
diff options
context:
space:
mode:
authorhttp://smcv.pseudorandom.co.uk/ <http://smcv.pseudorandom.co.uk/@web>2008-11-18 05:40:23 -0500
committerJoey Hess <joey@kitenet.net>2008-11-18 05:40:23 -0500
commitc66a3f9ca7bc3ae827e9cfe19ee0aef728218d0e (patch)
tree17c97253ef53bf53e237ea5269cd7da993e20375 /doc/plugins
parentbd14203c0b8ca9b736a73e70440c4ee3b571618f (diff)
Fix link to htmlbalance
Diffstat (limited to 'doc/plugins')
-rw-r--r--doc/plugins/contrib/comments.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/plugins/contrib/comments.mdwn b/doc/plugins/contrib/comments.mdwn
index 3e6dcfd76..6e6202993 100644
--- a/doc/plugins/contrib/comments.mdwn
+++ b/doc/plugins/contrib/comments.mdwn
@@ -89,8 +89,8 @@ Optional parameters to the comments directive:
* `commit=no`: by default, comments are committed to version control. Use this to
disable commits.
* `allowhtml=yes`: by default, raw HTML is filtered out. Use this to allow HTML
- (you should enable [[plugins/htmlscrubber]] and either [[plugins/htmltidy]] or
- [[plugins/contrib/htmlbalance]] if you do this).
+ (you should enable [[htmlscrubber]] and either [[htmltidy]] or
+ [[htmlbalance]] if you do this).
* `allowdirectives=yes`: by default, IkiWiki directives are filtered out. Use this
to allow directives (avoid enabling any [[plugins/type/slow]] directives if you
do this).