Re: [evolution-patches] fix for bug #41407



committed

On Wed, 2003-04-16 at 16:12, Jeffrey Stedfast wrote:
> http://bugzilla.ximian.com/show_bug.cgi?id=41407
> 
> the tohtml filter was adding a "<br>\n" to the end of each header line
> that we converted to HTML and then there was code in the mailer to
> append a "<br>" between each header, resulting in a double blank line
> between each header.
> 
> Fixed up the test suite's html.1.out file to not contain a \n at EOF
> since the input file does not contain one.
> 
> The fix was just to check that the input stream contained a \n before
> appending "<br>\n" (when flags & CONVERT_NL) or appending "\n" when
> CONVERT_NL was not set.
-- 
Jeffrey Stedfast
Evolution Hacker - Ximian, Inc.
fejj ximian com  - www.ximian.com




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]