Fixed missing closing tag preventing man build. No version bump.

This commit is contained in:
Jim Derry 2017-11-20 09:53:27 -05:00
parent c2c7b1dab2
commit 1f1d0a525a
1 changed files with 2 additions and 2 deletions

View File

@ -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 <var>no</var> Tidy will replace all source tabs, with spaces, "
"With the default <var>no</var> Tidy will replace all source tabs with spaces, "
"controlled by the option <code>tab-size</code>, 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 <var>yes</var> this option specifies Tidy should keep certain tabs "
"found in the source, but only "
"in preformatted blocks like <code>&lt;pre&gt;</code>, and other CDATA elements like "
"<code>&lt;script&gt;</code>, <code>&lt;style&gt;<code>, and other pseudo elements like "
"<code>&lt;script&gt;</code>, <code>&lt;style&gt;</code>, and other pseudo elements like "
"<code>&lt;?php ... ?&gt;</code>. As always, all other tabs, or sequences of tabs, in "
"the source will continue to be replaced with a space. "
},