- From: Andy Quick <ac.quick@sympatico.ca>
- Date: Sat, 20 May 2000 23:57:38 -0400
- To: <html-tidy@w3.org>
I have encountered what I think are coding mistakes in Clean.c. I just wanted to report them so they don't get lost :-) 1. Line 303 (AddClass) should be: wstrcpy(s, classattr->value); 2. Line 1699 (NormalizeSpaces) should be: if (node->type == TextNode) Regards, Andy Quick
Received on Sunday, 21 May 2000 00:14:54 UTC