diff options
author | http://john.choffee.co.uk/ <http://john.choffee.co.uk/@web> | 2008-12-09 08:27:59 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-12-09 08:27:59 -0500 |
commit | a6b9fadc9a06b669e367dcde5f9d52570efa245e (patch) | |
tree | fe403470d5313fdf9761e6ffae6f772772d67e7f | |
parent | 28ddf3280f502bedb2da387dc00b2e0de34df166 (diff) |
Fixed the pagespec link
-rw-r--r-- | doc/plugins/htmlscrubber.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/htmlscrubber.mdwn b/doc/plugins/htmlscrubber.mdwn index 7db372e1b..b9f7e6d22 100644 --- a/doc/plugins/htmlscrubber.mdwn +++ b/doc/plugins/htmlscrubber.mdwn @@ -32,7 +32,7 @@ other HTML-related functionality, such as whether [[meta]] allows potentially unsafe HTML tags. The `htmlscrubber_skip` configuration setting can be used to skip scrubbing -of some pages. Set it to a [[PageSpec]], such as "!*/Discussion", and pages +of some pages. Set it to a [[ikiwiki/PageSpec]], such as "!*/Discussion", and pages matching that can have all the evil CSS, JavsScript, and unsafe html elements you like. One safe way to use this is to use [[lockedit]] to lock those pages, so only admins can edit them. |