From: Gabriel Wicke Date: Thu, 6 May 2004 12:41:31 +0000 (+0000) Subject: settings for tidy extension X-Git-Tag: 1.3.0beta1~137 X-Git-Url: http://git.cyclocoop.org/%22.htmlspecialchars%28%24url_syndic%29.%22?a=commitdiff_plain;h=3254859fb77fab690af54bde8928dcea5df9809c;p=lhc%2Fweb%2Fwiklou.git settings for tidy extension --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index d3dde9c717..72f69f10f0 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -358,4 +358,10 @@ $wgSpamRegex = false; # Go button goes straight to the edit screen if the article doesn't exist $wgGoToEdit = false; + +# Optional: use tidy to make sure the output is sane, switch on by setting $wgUseTidy = true; +$wgUseTidy = false; +$wgTidyBin = 'tidy'; +$wgTidyConf = $IP.'/extensions/tidy/tidy.conf'; +$wgTidyOpts = ''; ?>