From 6ef8d92b0f00cfe80c789d023049ced77343d23a Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Wed, 4 Jul 2012 16:35:34 +0900 Subject: [PATCH] Bring docs up to date with code. Fixes #41. Thanks ralfjunker. --- src/localize.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/localize.c b/src/localize.c index 24dbba5..5a33be2 100644 --- a/src/localize.c +++ b/src/localize.c @@ -532,12 +532,6 @@ static const TidyOptionDoc option_docs[] = "elements; for example, for the case " "<b class=\"rtop-2\">foo <b class=\"r2-2\">bar</b> baz</b>, " "Tidy will output <b class=\"rtop-2\">foo bar baz</b>. " - "Note that if you set this option to \"no\" Tidy will by default still " - "attempt to correct some cases of nested <b> and <i> elements; " - "for example, given " - "<span>foo <b>bar <b>baz</b></b> </span>, " - "Tidy will output <span>foo <b>bar baz</b></span>. " - "To suppress that behavior, set the coerce-endtags option to \"no\". " }, {TidyMergeDivs, "Can be used to modify behavior of -c (--clean yes) option. "