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. "