aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-format.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-format.c')
-rw-r--r--mail/mail-format.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-format.c b/mail/mail-format.c
index e1e6ebbe41..e7ca110766 100644
--- a/mail/mail-format.c
+++ b/mail/mail-format.c
@@ -1284,7 +1284,7 @@ handle_text_plain_flowed (char *buf, MailDisplay *md, GtkHTML *html, GtkHTMLStre
br_pending--;
}
while (quoting > prevquoting) {
- mail_html_write (html, stream, "<blockquote>");
+ mail_html_write (html, stream, "<blockquote type=\"cite\">");
prevquoting++;
}
while (quoting < prevquoting) {