From 1f1d0a525a2809d9e7e5614c131f9c1f1ef4c8c4 Mon Sep 17 00:00:00 2001 From: Jim Derry Date: Mon, 20 Nov 2017 09:53:27 -0500 Subject: [PATCH] Fixed missing closing tag preventing man build. No version bump. --- src/language_en.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/language_en.h b/src/language_en.h index f1468a9..c84a7d8 100644 --- a/src/language_en.h +++ b/src/language_en.h @@ -708,7 +708,7 @@ static languageDefinition language_en = { whichPluralForm_en, { - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ TidyKeepTabs, 0, - "With the default no Tidy will replace all source tabs, with spaces, " + "With the default no Tidy will replace all source tabs with spaces, " "controlled by the option tab-size, and the current line offset. " "Of course, except in the special blocks/elements enumerated below, this will later " "be reduced to just one space. " @@ -716,7 +716,7 @@ static languageDefinition language_en = { whichPluralForm_en, { "If set yes this option specifies Tidy should keep certain tabs " "found in the source, but only " "in preformatted blocks like <pre>, and other CDATA elements like " - "<script>, <style>, and other pseudo elements like " + "<script>, <style>, and other pseudo elements like " "<?php ... ?>. As always, all other tabs, or sequences of tabs, in " "the source will continue to be replaced with a space. " },