Comment 3 for bug 266467

Revision history for this message
Mark Sapiro (msapiro) wrote :

I added

   <style type="text/css">
       pre {
           white-space: pre-wrap; /* css-2.1, current FF, Opera, Safari */
           }
   </style>

To all the templates/<lang>/article.html templates in the mailman/2.2 branch. This also works for Google Chrome (as expected as it uses the same WebKit engine as Safari), and yes, this is in the CSS 2.1 satndard.