tweaks to tidy comments
This commit is contained in:
parent
c245bfe3ae
commit
5890e384b7
1 changed files with 4 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue