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



commit 590b4711b78b94cac68a6c52e09a62628b5648d8
Author: Milan Crha <mcrha redhat com>
Date:   Fri Jan 18 14:41:58 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 4809c35..e32c48b 100644
--- a/em-format/e-mail-formatter-text-html.c
+++ b/em-format/e-mail-formatter-text-html.c
@@ -285,6 +285,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]