From cf218fc8f52e8d4502979cf12995bcdb645d996c Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Tue, 11 Sep 2012 17:41:37 +0200 Subject: BR is not a "pair" HTML element --- em-format/e-mail-formatter-quote.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'em-format') diff --git a/em-format/e-mail-formatter-quote.c b/em-format/e-mail-formatter-quote.c index 5245fee2ba..71bfbcd6bb 100644 --- a/em-format/e-mail-formatter-quote.c +++ b/em-format/e-mail-formatter-quote.c @@ -85,11 +85,11 @@ mail_formatter_quote_run (EMailFormatter *formatter, g_object_unref (settings); if (qf->priv->credits && *qf->priv->credits) { - gchar *credits = g_strdup_printf ("%s
", qf->priv->credits); + gchar *credits = g_strdup_printf ("%s
", qf->priv->credits); camel_stream_write_string (stream, credits, cancellable, NULL); g_free (credits); } else { - camel_stream_write_string (stream, "
", cancellable, NULL); + camel_stream_write_string (stream, "
", cancellable, NULL); } if (qf->priv->flags & E_MAIL_FORMATTER_QUOTE_FLAG_CITE) { -- cgit