- From: Kent E. Holsinger <kent@darwin.eeb.uconn.edu>
- Date: 21 Jul 1999 08:14:27 -0400
- To: html-tidy@w3.org
tidy is wonderful, but I think I've encountered a small bug. The
following document contains an error (unbalanced " in the href), but
tidy (7th July 1999) doesn't seem to catch it.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>Test document</title>
</head>
<h1>Test document</h1>
<ul>
<li><a href=http://www.gnu.org/software/emacs/windows/ntemacs.html">GNU
Emacs on NT and Windows 95</a> -- my favorite editor on Windows
and Unix</li>
</ul>
</body> </html>
Kent
--
Kent E. Holsinger Kent@Darwin.EEB.UConn.Edu
http://darwin.eeb.uconn.edu
-- Department of Ecology & Evolutionary Biology
-- University of Connecticut, U-43
-- Storrs, CT 06269-3043
Received on Wednesday, 21 July 1999 08:12:03 UTC