[Python-Dev] Mail archive line wrapping (Was: Import and unicode: part two)

Mark Sapiro msapiro at value.net
Sat Jan 22 02:39:19 CET 2011


On 11:59 AM, James Y Knight wrote:
> 
> Well, yes, that's a pretty annoying bug in mailman, isn't it? If only anyone around here was involved in mailman and could fix it! :) [I've attempted to cc this to mailman-users with this message, but since I'm not subscribed I dunno if it'll make it or not.]
> 
> I have this in my user CSS override file to fix the issue for myself globally on all such archives out in the world:
> /* Mailing list archives */
> html>body>pre { white-space: pre-wrap !important; }
> 
> But really, pipermail should just output a suitable style itself, e.g.: <pre style=hite-space: pre-wrap"> or a <style>pre { white-space: pre-wrap; }</style> in the header.


This is mailman bug 266467
<https://bugs.launchpad.net/mailman/+bug/266467>. It was fixed in
Mailman 2.1.13.

-- 
Mark Sapiro <msapiro at value.net>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan



More information about the Python-Dev mailing list