From eb7cb42e938f4f21ac860e08724699424569a2c4 Mon Sep 17 00:00:00 2001 From: Michael Foster Date: Thu, 29 Aug 2013 18:59:36 +1000 Subject: [PATCH] $config['markup_repair_tidy']: Better comment --- inc/config.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/inc/config.php b/inc/config.php index f9dc9912..86addf9b 100644 --- a/inc/config.php +++ b/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,