diff options
author | Dan Vrátil <dvratil@redhat.com> | 2012-06-27 19:16:43 +0800 |
---|---|---|
committer | Dan Vrátil <dvratil@redhat.com> | 2012-06-27 19:16:47 +0800 |
commit | 6d0b910524fea49fcd9b39053982c4bd8fec0c85 (patch) | |
tree | 1a98ac35a7500c1219fc8293e096cf5bc4a3fc4d | |
parent | ca9dfde2c30a211d8760064c541f368def4f1fe6 (diff) | |
download | gsoc2013-evolution-6d0b910524fea49fcd9b39053982c4bd8fec0c85.tar.gz gsoc2013-evolution-6d0b910524fea49fcd9b39053982c4bd8fec0c85.tar.zst gsoc2013-evolution-6d0b910524fea49fcd9b39053982c4bd8fec0c85.zip |
Display text/plain in fixed-width font
Regression from commit 99a875ed
-rw-r--r-- | em-format/e-mail-formatter-text-plain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/em-format/e-mail-formatter-text-plain.c b/em-format/e-mail-formatter-text-plain.c index 7859a41ab8..dd864e2dfc 100644 --- a/em-format/e-mail-formatter-text-plain.c +++ b/em-format/e-mail-formatter-text-plain.c @@ -113,7 +113,7 @@ emfe_text_plain_format (EMailFormatterExtension *extension, g_object_unref (html_filter); content = g_strdup_printf ( - "<div class=\"part-container\" style=\"" + "<div class=\"part-container pre\" style=\"" "border: none; padding: 10px; margin: 0; " "background-color: #%06x; color: #%06x;\">\n", e_color_to_value ((GdkColor *) |