Move HTML Tidy 'bare' option to the config
This commit is contained in:
@@ -2174,7 +2174,7 @@ function markup(&$body, $track_cites = false, $op = false) {
|
||||
$body = str_replace("\t", '	', $body);
|
||||
$body = $tidy->repairString($body, array(
|
||||
'doctype' => 'omit',
|
||||
'bare' => true,
|
||||
'bare' => $config['markup_repair_tidy_bare'],
|
||||
'literal-attributes' => true,
|
||||
'indent' => false,
|
||||
'show-body-only' => true,
|
||||
|
||||
Reference in New Issue
Block a user