settings for tidy extension

This commit is contained in:
Gabriel Wicke 2004-05-06 12:41:31 +00:00
parent 180437a747
commit 3254859fb7

View 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 = '';
?>