Insert the trailing space of signature separator as " "
[modest] / src / modest-text-utils.c
index cd209a8..2fa0e3b 100644 (file)
@@ -500,7 +500,7 @@ modest_text_utils_convert_buffer_to_html_start (GString *html, const gchar *data
                guchar kar = data[i];
                
                if (space_seen && kar != ' ') {
-                       g_string_append (html, " ");
+                       g_string_append (html, " ");
                        space_seen = FALSE;
                }