Add <p> to text-to-html stream, so that wrapping works better.
[modest] / src / modest-stream-text-to-html.c
index fc59bf3..bd43e00 100644 (file)
@@ -38,8 +38,8 @@
 #define HTML_PREFIX "<html><head>" \
        "<meta http-equiv=\"content-type\" content=\"text/html; charset=utf8\">" \
        "</head>" \
-       "<body>"
-#define HTML_SUFFIX "</body></html>"
+       "<body><p>"
+#define HTML_SUFFIX "</p></body></html>"
 
 
 /* 'private'/'protected' functions */