Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jun 2011 13:20:11 GMT
From:      Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/156982: [MAINTAINER] mail/mail-notification: unbreak evolution and fix other things
Message-ID:  <201106231320.p5NDKB8A042636@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/156982; it has been noted by GNATS.

From: Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
To: bug-followup@FreeBSD.org, mwisnicki+freebsd@gmail.com
Cc:  
Subject: Re: ports/156982: [MAINTAINER] mail/mail-notification: unbreak
 evolution and fix other things
Date: Thu, 23 Jun 2011 14:49:24 +0200

 Additionally it would be nice if whitespace was preserved.
 
 One way to do that is by modifying cgi to wrap content in <pre> and
 stop adding <br>.
 Alternatively this could be achieved by following CSS:
 
 .replyblock, .patchblock, .auditblock {
   white-space: normal;
 }
 .mfield, .replyblock tr:last-child {
   white-space: pre;
 }
 .mfield br, .replyblock tr:last-child br {
   display: none;
 }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106231320.p5NDKB8A042636>