Fixed missing closing tag preventing man build. No version bump.
This commit is contained in:
parent
c2c7b1dab2
commit
1f1d0a525a
|
@ -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><pre></code>, and other CDATA elements like "
|
||||
"<code><script></code>, <code><style><code>, and other pseudo elements like "
|
||||
"<code><script></code>, <code><style></code>, and other pseudo elements like "
|
||||
"<code><?php ... ?></code>. As always, all other tabs, or sequences of tabs, in "
|
||||
"the source will continue to be replaced with a space. "
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue