bug in tidy26jul99

 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