aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-display.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-display.c')
-rw-r--r--mail/mail-display.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mail-display.c b/mail/mail-display.c
index ed51c52bad..a501fc2473 100644
--- a/mail/mail-display.c
+++ b/mail/mail-display.c
@@ -1268,9 +1268,9 @@ mail_error_write (GtkHTML *html, GtkHTMLStream *stream,
va_end (ap);
htmltext = e_text_to_html (buf, E_TEXT_TO_HTML_CONVERT_NL);
- gtk_html_write (html, stream, "<em><font color=red>", 20);
+ gtk_html_write (html, stream, "<blockquote><em><font color=red>", 32);
gtk_html_write (html, stream, htmltext, strlen (htmltext));
- gtk_html_write (html, stream, "</font></em><br>", 16);
+ gtk_html_write (html, stream, "</font></em></blockquote>", 29);
g_free (htmltext);
g_free (buf);
}