[evolution/wip/webkit2] EMailFormatterQuote - Close the span element instead of wrongly creating the new one



commit 03822866f9859da8890899d2c3641ddb867bb31c
Author: Tomas Popela <tpopela redhat com>
Date:   Mon Feb 2 10:39:27 2015 +0100

    EMailFormatterQuote - Close the span element instead of wrongly creating the new one

 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 4df8be6..bbd2da4 100644
--- a/em-format/e-mail-formatter-quote.c
+++ b/em-format/e-mail-formatter-quote.c
@@ -133,7 +133,7 @@ mail_formatter_quote_run (EMailFormatter *formatter,
         * after the message and cite it in EHTMLEditorView because of reasons
         * mentioned above */
        if (qf->priv->flags & E_MAIL_FORMATTER_QUOTE_FLAG_CITE) {
-               string = "<span class=\"-x-evo-cite-body\"><span>";
+               string = "<span class=\"-x-evo-cite-body\"></span>";
                g_output_stream_write_all (
                        stream, string, strlen (string), NULL, cancellable, NULL);
        }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]