[evolution/wip/webkit-composer: 870/966] EMailFormatterQuote: Wrap	credentials with PRE element
- From: Tomas Popela <tpopela src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [evolution/wip/webkit-composer: 870/966] EMailFormatterQuote: Wrap	credentials with PRE element
 
- Date: Wed, 23 Apr 2014 11:06:34 +0000 (UTC)
 
commit b057ee11eafc6d1b5ea3a6b0437e97b84c8cfd44
Author: Tomas Popela <tpopela redhat com>
Date:   Thu Mar 6 14:10:01 2014 +0100
    EMailFormatterQuote: Wrap credentials with PRE element
 em-format/e-mail-formatter-quote.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/em-format/e-mail-formatter-quote.c b/em-format/e-mail-formatter-quote.c
index 9eedf3a..13ea44c 100644
--- a/em-format/e-mail-formatter-quote.c
+++ b/em-format/e-mail-formatter-quote.c
@@ -122,7 +122,7 @@ mail_formatter_quote_run (EMailFormatter *formatter,
         * the special span element and it will be moved to body in EEditorWidget */
        if (qf->priv->credits && *qf->priv->credits) {
                gchar *credits = g_strdup_printf (
-                       "<span class=\"-x-evo-to-body\">%s</span>", qf->priv->credits);
+                       "<span class=\"-x-evo-to-body\"><pre>%s</pre></span>", qf->priv->credits);
                camel_stream_write_string (stream, credits, cancellable, NULL);
                g_free (credits);
        }
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]