- From: Vlad Harchev <hvv@hippo.ru>
- Date: Thu, 5 Aug 1999 20:52:09 +0500 (SAMST)
- To: html-tidy@w3.org
Tidy has incorrect behaviour when indenting piece containing PRE.
Original file:
<pre><b>
FOO BAR A
FOO1 FBAR1 B
</b></pre>
(the cells' content is right-aligned)
After 'tidy -i file.html > filei.html', indented file contains (headers
stripped):
<pre>
<b> FOO BAR A
FOO1 FBAR1 B
</b>
</pre>
But it should contain
<pre>
<b> FOO BAR A
FOO1 FBAR1 B
</b>
</pre>
since '<b>' is 3-character long.
Substitute <b> with <strong> and watch results - the 1st row of the table will
lack one space character.
Best viewed with lynx.
Best regards,
-Vlad
Received on Saturday, 7 August 1999 08:56:38 UTC