Manual:$wgTidyConf
This feature was removed from MediaWiki core in version 1.33.0. Please see $wgTidyConfig['tidyConfigFile'] for an alternative way to use this feature. |
Tidy: $wgTidyConf | |
---|---|
Should be set to the path of the tidy configuration file. |
|
Introduced in version: | 1.3.0 |
Deprecated in version: | 1.26.0 (Gerrit change 235401; git #2c6c954e) |
Removed in version: | 1.33.0 (Gerrit change 467972; git #6db35b3c) |
Allowed values: | (absolute path) |
Default value: | "{$IP }/includes/tidy/tidy.conf" (1.26-1.32)
"{$IP }/extensions/tidy/tidy.conf" (1.3-1.19) |
Other settings: Alphabetical | By function |
Details
editMay be set to the path of the custom configuration file for tidy if $wgUseTidy
is set.
Before MediaWiki Version 1.10, this should be set to the actual location of the tidy configuration file, or a working configuration should be placed at $IP /extensions/tidy/tidy.conf
.
See Manual talk:$wgUseTidy#Example Tidy Configuration File for an example.
Since Version 1.10 a working default configuration is provided at $IP /includes/tidy.conf
.