aboutsummaryrefslogtreecommitdiffstats
path: root/em-format/e-mail-formatter-text-enriched.c
diff options
context:
space:
mode:
Diffstat (limited to 'em-format/e-mail-formatter-text-enriched.c')
-rw-r--r--em-format/e-mail-formatter-text-enriched.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/em-format/e-mail-formatter-text-enriched.c b/em-format/e-mail-formatter-text-enriched.c
index 168522e6b6..a94d2267dd 100644
--- a/em-format/e-mail-formatter-text-enriched.c
+++ b/em-format/e-mail-formatter-text-enriched.c
@@ -76,7 +76,7 @@ emfe_text_enriched_format (EMailFormatterExtension *extension,
g_string_append (
buffer,
"<div class=\"part-container -e-mail-formatter-frame-color "
- "-e-web-view-background-color -e-web-view-text-color\">"
+ "-e-web-view-background-color -e-web-view-text-color\">"
"<div class=\"part-container-inner-margin\">\n");
camel_stream_write_string (stream, buffer->str, cancellable, NULL);