Your message dated Sat, 9 Aug 2008 23:47:04 +1000
with message-id <[EMAIL PROTECTED]>
has caused the report #493052,
regarding <li><p id="x"> is fuglier than <li><p>
to be marked as having been forwarded to the upstream software
author(s) [EMAIL PROTECTED]
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
493052: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493052
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Version: 1.0b5-5
In the example below, the list item "foo" appears correctly, to the
right of the associated dot. The list item "bar" appears *below* the
associated dot. This is not correct, and it results in printouts that
are hard to read.
html2ps <<EOF
<html><body><ul>
<li><p>foo</p></li>
<li><p id="x">bar</p></li>
</ul></body></html>
EOF
A real-world example of this problem can be seen at
http://book.realworldhaskell.org/beta/whyfp.html
--- End Message ---