[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
improper indentation in w3m upon <a>
- From: jidanni@xxxxxxxxxxx
- Date: Wed, 03 Dec 2008 04:05:19 +0800
- X-ml-name: emacs-w3m
- X-mail-count: 10484
The following improperly indents in w3m, but not lynx or firefox.
Please tell the w3m guys.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>w3m test</title>
</head>
<body>
<ul>
<li><a href="z"></a><a href="z">This line is improperly indented in w3m.</a></li>
<li><a href="z">Compare this regular line.</a></li>
</ul>
</body>
</html>