settings for tidy extension
authorGabriel Wicke <gwicke@users.mediawiki.org>
Thu, 6 May 2004 12:41:31 +0000 (12:41 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Thu, 6 May 2004 12:41:31 +0000 (12:41 +0000)
includes/DefaultSettings.php

index d3dde9c..72f69f1 100644 (file)
@@ -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 = '';
 ?>