Re: bug in tidy

At 1:45 AM +0100 11/10/01, Geert Kloosterman wrote:
>I was experimenting with tidy and found a bug.
>When you the `quiet' option is together with the gnu-emacs
>option the filename isn't displayed in the errors:
>
>    (null):4:1: Warning: <style> lacks "type" attribute
>    (null):47:1: Warning: <table> lacks "summary" attribute
>
>This is because the assigment
>
>    currentFile = filename;  /* for use with Gnu Emacs */
>
>is inside of HelloMessage(), which isn't called when `quiet' is turned on.

Thanks, this bug was previously reported (#431895), and has been fixed in
the current Tidy code.

Regards, Terry

Received on Tuesday, 13 November 2001 03:55:44 UTC