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 8d31328153..72ebbadab2 100644
--- a/mail/mail-format.c
+++ b/mail/mail-format.c
@@ -630,7 +630,7 @@ write_field_row_begin (const char *name, gint flags, GtkHTML *html, GtkHTMLStrea
bold ? "<b>" : "", encoded_name,
bold ? "</b>" : "");
} else {
- mail_html_write (html, stream, "<tr><%s align=\"right\" valign=\"top\">%s:</%s><td>",
+ mail_html_write (html, stream, "<tr><%s align=\"right\" valign=\"top\">%s:</%s><td>&nbsp;</td><td>",
bold ? "th" : "td", encoded_name, bold ? "th" : "td");
}