M.Canales.es wrote:
That patch fix a look issue for verbatim enviroments, that affect some browsers
(like Mozilla), when the pages are served like application/xhtml+xml.
By default, <pre> tags are indented like:
[pre class="userinput"][kbd class="command"]./configure --prefix=/usr[/kbd]
[/pre]
The patch drop the line break after [pre] and before [/pre], changing that
indentation to:
[pre class="userinput"][kbd class= "command"]./configure --prefix=/usr[/kbd][/pre]
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?
-- Bruce
-- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
