diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-10-20 23:15:41 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-10-20 23:15:41 +0800 |
commit | 7a6be11ea62647cba65625b2f65b944f22e65288 (patch) | |
tree | 8f41115a00c37265259b35df7c0a7c7d80736f61 /em-format | |
parent | 431d7188c500d2879b015a308513e7388be19b00 (diff) | |
download | gsoc2013-evolution-7a6be11ea62647cba65625b2f65b944f22e65288.tar gsoc2013-evolution-7a6be11ea62647cba65625b2f65b944f22e65288.tar.gz gsoc2013-evolution-7a6be11ea62647cba65625b2f65b944f22e65288.tar.bz2 gsoc2013-evolution-7a6be11ea62647cba65625b2f65b944f22e65288.tar.lz gsoc2013-evolution-7a6be11ea62647cba65625b2f65b944f22e65288.tar.xz gsoc2013-evolution-7a6be11ea62647cba65625b2f65b944f22e65288.tar.zst gsoc2013-evolution-7a6be11ea62647cba65625b2f65b944f22e65288.zip |
Miscellaeous cleanups.
Diffstat (limited to 'em-format')
-rw-r--r-- | em-format/e-mail-formatter-error.c | 2 | ||||
-rw-r--r-- | em-format/e-mail-formatter-text-enriched.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/em-format/e-mail-formatter-error.c b/em-format/e-mail-formatter-error.c index f349283021..a0a789fa7a 100644 --- a/em-format/e-mail-formatter-error.c +++ b/em-format/e-mail-formatter-error.c @@ -60,7 +60,7 @@ emfe_error_format (EMailFormatterExtension *extension, html = g_strdup_printf ( "<div class=\"part-container -e-mail-formatter-frame-color " - "-e-mail-formatter-body-color -e-web-view-text-color\">" + "-e-mail-formatter-body-color -e-web-view-text-color\">" "<div class=\"part-container-inner-margin pre\">\n" "<table border=\"0\" cellspacing=\"10\" " "cellpadding=\"0\" width=\"100%%\">\n" 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); |