From 846b3cde55cfe6a36c1f959d511cf0585276db8c Mon Sep 17 00:00:00 2001 From: Jim Derry Date: Thu, 4 May 2017 13:45:06 -0400 Subject: [PATCH] Address #436 just to close it. --- src/language_en.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/language_en.h b/src/language_en.h index d6d1849..8acc8ca 100644 --- a/src/language_en.h +++ b/src/language_en.h @@ -1202,10 +1202,10 @@ static languageDefinition language_en = { whichPluralForm_en, { be translated. */ TidyStrictTagsAttr, 0, "This options ensures that tags and attributes are applicable for the " - "version of HTML that Tidy outputs. When set to yes (the " - "default) and the output document type is a strict doctype, then Tidy " - "will report errors. If the output document type is a loose or " - "transitional doctype, then Tidy will report warnings. " + "version of HTML that Tidy outputs. When set to yes and the " + "output document type is a strict doctype, then Tidy will report " + "errors. If the output document type is a loose or transitional " + "doctype, then Tidy will report warnings. " "
" "Additionally if drop-proprietary-attributes is enabled, " "then not applicable attributes will be dropped, too. "