[evolution/gnome-3-6] Bug #692003 - Print of text/html with no html/body end tag cuts content



commit f03fab618531179a84bb2b1ff5a517bbf398de39
Author: Milan Crha <mcrha redhat com>
Date:   Fri Jan 18 14:42:30 2013 +0100

    Bug #692003 - Print of text/html with no html/body end tag cuts content

 em-format/e-mail-formatter-text-html.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/em-format/e-mail-formatter-text-html.c b/em-format/e-mail-formatter-text-html.c
index 8b23a18..74cef43 100644
--- a/em-format/e-mail-formatter-text-html.c
+++ b/em-format/e-mail-formatter-text-html.c
@@ -302,6 +302,9 @@ emfe_text_html_format (EMailFormatterExtension *extension,
 				tag = g_utf8_find_prev_char (string->str, tag);
 				valid = FALSE;
 			}
+		} else {
+			/* do not cut, if there is no end tag */
+			valid = FALSE;
 		}
 
 		if (valid)



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