- From: Steinar H. Gunderson <sgunderson@bigfoot.com>
- Date: Sat, 27 Nov 1999 15:58:01 +0000
- To: html-tidy@w3.org
Hi, The following code makes HTML Tidy segfault on my glibc 2.1 system: === <html> <head> <title>test</title> </head> <body> <b><p>test</p> <!-- crash on this line --> </body> </html> === The warnings I get: line 7 column 4 - Warning: missing </b> before <p> line 7 column 4 - Warning: trimming empty <b> line 7 column 7 - Warning: <b> is probably intended as </b> line 7 column 7 - Warning: trimming empty <p> line 7 column 7 - Warning: discarding unexpected <(null)> I'm using a version from November 24th (1999). I'm not subscribed to this list, so please send any answers/hint/suggestions to me directly to me :-) /* Steinar */ -- Homepage: http://members.xoom.com/sneeze/
Received on Saturday, 27 November 1999 12:00:11 UTC