summaryrefslogtreecommitdiff
path: root/doc/plugins/htmltidy.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-08-04 07:45:02 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-08-04 07:45:02 +0000
commit831190e1f356a6e1b7b872786e6d07f9c747ea33 (patch)
treeb94c206bc21ad8f32a3742f23588bf009e6de32a /doc/plugins/htmltidy.mdwn
parent0708bb8aecaa6f4edcb60d84ed6555d61f83a2bc (diff)
tone back claims of what tidy can do, it's not perfect
Diffstat (limited to 'doc/plugins/htmltidy.mdwn')
-rw-r--r--doc/plugins/htmltidy.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/htmltidy.mdwn b/doc/plugins/htmltidy.mdwn
index 38c4767ac..f6f6e0c17 100644
--- a/doc/plugins/htmltidy.mdwn
+++ b/doc/plugins/htmltidy.mdwn
@@ -1,6 +1,6 @@
This plugin uses [tidy](http://tidy.sourceforge.net/) to tidy up the html
emitted by ikiwiki. Besides being nicely formatted, this helps ensure that
-even if users enter suboptimal html, your wiki generates 100% valid html.
+even if users enter suboptimal html, your wiki generates valid html.
This plugin is included in ikiwiki, but is not enabled by default.