tidy-html5/test/input/in_435920.html

13 lines
198 B
HTML
Raw Normal View History

2011-11-17 02:44:16 +00:00
<html>
<head>
<title>[ #435920 ] Space inserted before &lt;/td&gt; causes probs</title>
</head>
<body>
bla
<table summary="none">
<tr>
<td><font>&nbsp;</font></td>
</tr>
</table>
</body>
</html>