summaryrefslogtreecommitdiff
path: root/doc/ikiwiki.setup
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-04-25 03:18:21 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-04-25 03:18:21 +0000
commitd7aecf6ddc19d1dac30ec5616134c2a7e7f4d573 (patch)
tree8fd8153d97e2e5ce8e96533d1f750a71e789ab52 /doc/ikiwiki.setup
parent5e1db8afa91c027284e4a800449b6a5a00b4d12e (diff)
implemented html sanitisation
Diffstat (limited to 'doc/ikiwiki.setup')
-rw-r--r--doc/ikiwiki.setup2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup
index c77385583..9775b3194 100644
--- a/doc/ikiwiki.setup
+++ b/doc/ikiwiki.setup
@@ -50,4 +50,6 @@ use IkiWiki::Setup::Standard {
rss => 1,
# Use the Hyper Estraier search engine?
#hyperestraier => 1,
+ # Sanitize html?
+ sanitize => 1,
}