Package: bugs.debian.org

Bugs submitted via email from mailers like Apple Mail (starting in OSX 10.6.2+) 
show up as one long line in the bug archives, with a horizontal scrollbar. This 
is unfortunate.

This started happening because they now just use long lines, and 
quoted-printable to wrap them into the mail payload when they're too long for 
SMTP, instead of format=flowed like they did before. And the bug archive 
software decodes quoted-printable, but didn't decode format=flowed.

Here's an example of a rather unfortunate page:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560781

The solution is to add:
pre {
 white-space: pre-wrap;
}
to /css/bugs.css

James


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to