From: Jose Dapena Paz Date: Thu, 3 Sep 2009 10:21:41 +0000 (+0200) Subject: Add

to text-to-html stream, so that wrapping works better. X-Git-Tag: 3.0.17-rc48~6 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=115933dbb53fd67d529d4537bd9e3b85237d847c Add

to text-to-html stream, so that wrapping works better. --- 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 */