From cf3c0293c085012fc2ab5972c8609cba42d99d96 Mon Sep 17 00:00:00 2001 From: Jim Derry Date: Sat, 31 Oct 2015 14:45:51 +0800 Subject: [PATCH] Additional tests with our troublesome option. --- src/localize.c | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/src/localize.c b/src/localize.c index 7297dd3..2decdd6 100755 --- a/src/localize.c +++ b/src/localize.c @@ -458,16 +458,19 @@ static const TidyOptionDoc option_docs[] = }, {TidyDropFontTags, "Deprecated; do not use. This option is destructive to " - "<font> tags, and it will be removed from future versions of Tidy. " - "Use the clean option instead. " - "
If you do set this option despite the warning it will perform " + "<font> tags, and it will be removed from future " + "versions of Tidy. Use the clean option instead. " + "
" + "If you do set this option despite the warning it will perform " "as clean except styles will be inline instead of put into " - "a CSS class. <font> tags will be dropped completely and their styles " - "will not be preserved. " - "
If both clean and this option are enabled, " - "<font> tags will still be dropped completely, and other styles will " - "be preserved in a CSS class instead of inline. " - "
See clean for more information. " + "a CSS class. <font> tags will be dropped completely " + "and their styles will not be preserved. " + "
" + "If both clean and this option are enabled, " + "<font> tags will still be dropped completely, and " + "other styles will be preserved in a CSS class instead of inline. " + "
" + "See clean for more information. " , TidyDropFontTagsLinks }, {TidyDropPropAttrs,