Re: blanks being added each run to multiline comments and alt

You didn't believe me.

$ tidy01nov01 -c /dev/null a.html > b.html
$ a=b.html
$ tidy01nov01 -c /dev/null $a|diff $a -
17c17
<     line alt string"
---
>       line alt string"
19c19
<     line comment -->
---
>       line comment -->
$ cat $a

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">

<HTML>
 <HEAD>
  <META
   name="generator"
   content=
  "HTML Tidy for Linux/x86 (vers 1st November 2001), see www.w3.org">

  <TITLE></TITLE>
 </HEAD>

 <BODY>
  <IMG
    alt="a multi
    line alt string"
   src="/dev/null"> <!-- a multi
    line comment -->
 </BODY>
</HTML>
-- 
http://www.geocities.com/jidanni/ Tel+886-4-25854780

Received on Wednesday, 5 December 2001 10:29:01 UTC