From: Gabriel Wicke Date: Wed, 12 May 2004 14:30:35 +0000 (+0000) Subject: tweaks to tidy comments X-Git-Tag: 1.3.0beta1~84 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=5890e384b7ceb384e87eb9056822c2f58241aa9c;p=lhc%2Fweb%2Fwiklou.git tweaks to tidy comments --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 9bc9c9876c..f5b71039e6 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -375,9 +375,10 @@ $wgGoToEdit = false; # constructs. $wgUserHtml = true; -# $wgUseTidy: use tidy to make sure HTML output is sane. -# This should only be enabled if $wgUserHtml is true. -# tidy is a free tool that fixes broken HTML. +# $wgUseTidy: use tidy to make sure we produce valid XHTML output. +# tidy is a free tool that fixes broken HTML/transforms it into xhtml. +# When enabled, it does some of the cleaning/converting that's done in php otherwise +# Performace penalty on a long page: about 5%. # See http://www.w3.org/People/Raggett/tidy/ # $wgTidyBin should be set to the path of the binary and # $wgTidyConf to the path of the configuration file.