[evolution] EMailFormatterQuote - Close the span element instead of wrongly creating the new one
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] EMailFormatterQuote - Close the span element instead of wrongly creating the new one
- Date: Mon, 2 Feb 2015 09:57:41 +0000 (UTC)
commit f28acf27287e9b9c285fd867d200c6ab8168e7e0
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]