ports/156982: [MAINTAINER] mail/mail-notification: unbreak evolution and fix other things
Marcin Wisnicki
mwisnicki+freebsd at gmail.com
Thu Jun 23 13:20:11 UTC 2011
The following reply was made to PR ports/156982; it has been noted by GNATS.
From: Marcin Wisnicki <mwisnicki+freebsd at gmail.com>
To: bug-followup at FreeBSD.org, mwisnicki+freebsd at 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;
}
More information about the freebsd-ports-bugs
mailing list