[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

improper indentation in w3m upon <a>



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>