Browse Source

$config['markup_repair_tidy']: Better comment

pull/40/head
Michael Foster 11 years ago
parent
commit
eb7cb42e93
  1. 5
      inc/config.php

5
inc/config.php

@ -472,8 +472,9 @@
// }
// );
// Repair markup with HTML Tidy. This may be slower, but most if the time it solves nesting mistakes.
// Tinyboad, at the time of writing this, can not prevent out-of-order markup tags (eg. "**''test**'').
// Repair markup with HTML Tidy. This may be slower, but it solves nesting mistakes. Tinyboad, at the
// time of writing this, can not prevent out-of-order markup tags (eg. "**''test**'') without help from
// HTML Tidy.
$config['markup_repair_tidy'] = false;
// Always regenerate markup. This isn't recommended and should only be used for debugging; by default,

Loading…
Cancel
Save