Bruce Dubbs wrote:
Is this problem Mozilla's or tidy's? If I understand the problem correctly, it looks like a tidy problem. In any case, has the issue been forwarded upstream?
It's a 'tidy' problem. The whole point of a 'verbatim' environment like {pre} is that whitespace (multiple spaces, linebreaks, etc.) is preserved. Everywhere else in HTML and XML, whitespace is insignificant, so parsers generally collapse any whitespace to a single ' '. The fact that 'tidy' introduces a linebreak means that browsers (correctly) keep that when they render the page.
Hope this helps,
Matt. -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page