2001-03-06 16:23:03 UTC
tree view report a parse error from the following html source. not tidy html.
tree view expected = after nowrap (<td nowrap>)
<html>
<head>
<title>Untitled</title>
</head>
<body>
<table>
<tr>
<td nowrap> </td>
</tr>
</table>
</body>
</html>