blob: 37ef83475d2293b70f5930bf38ae8397449c7857 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<html>
<head>
<title>bug</title>
</head>
<body>
<table>
<tr>
</tr>
<tr>
<form>
<input name="url" size="20" type="text">
</form>
</tr>
</table>
</body>
</html>
|