aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html-display.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-format-html-display.c')
-rw-r--r--mail/em-format-html-display.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/em-format-html-display.c b/mail/em-format-html-display.c
index 577a539549..755d6b85bb 100644
--- a/mail/em-format-html-display.c
+++ b/mail/em-format-html-display.c
@@ -1470,7 +1470,7 @@ efhd_format_attachment(EMFormat *emf, CamelStream *stream, CamelMimePart *part,
info->snoop_mime_type = emf->snoop_mime_type;
camel_stream_write_string(stream,
- "<table height=6><tr><td><a></a></td></tr></table>\n"
+ EM_FORMAT_HTML_VPAD
"<table cellspacing=0 cellpadding=0><tr><td>"
"<table width=10 cellspacing=0 cellpadding=0>"
"<tr><td></td></tr></table></td>");
@@ -1491,7 +1491,7 @@ efhd_format_attachment(EMFormat *emf, CamelStream *stream, CamelMimePart *part,
camel_stream_write_string(stream,
"</font></td></tr><tr></table>\n"
- "<table height=6><tr><td><a></a></td></tr></table>\n");
+ EM_FORMAT_HTML_VPAD);
if (handle) {
if (info->shown)