From 115933dbb53fd67d529d4537bd9e3b85237d847c Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Thu, 3 Sep 2009 12:21:41 +0200 Subject: [PATCH] Add

to text-to-html stream, so that wrapping works better. --- src/modest-stream-text-to-html.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modest-stream-text-to-html.c b/src/modest-stream-text-to-html.c index fc59bf3..bd43e00 100644 --- a/src/modest-stream-text-to-html.c +++ b/src/modest-stream-text-to-html.c @@ -38,8 +38,8 @@ #define HTML_PREFIX "" \ "" \ "" \ - "" -#define HTML_SUFFIX "" + "

" +#define HTML_SUFFIX "

" /* 'private'/'protected' functions */ -- 1.7.9.5