Issue #403 - Fix and enhance descripion of keep-tabs option
This commit is contained in:
parent
b58abe30d0
commit
7bbeae3eea
|
@ -708,7 +708,17 @@ static languageDefinition language_en = { whichPluralForm_en, {
|
|||
- The strings "Tidy" and "HTML Tidy" are the program name and must not
|
||||
be translated. */
|
||||
TidyKeepTabs, 0,
|
||||
"This option specifies if Tidy should keep tabs found in the source. "
|
||||
"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/elments enumerated below, this will later "
|
||||
"be reduced to just one space. "
|
||||
"<br/>"
|
||||
"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><?php ... ?></code>. As always, all other tabs, or sequences of tabs, in "
|
||||
"the source will continue to be replaced with a space. "
|
||||
},
|
||||
{/* Important notes for translators:
|
||||
- Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
|
||||
|
|
Loading…
Reference in a new issue