[evolution] Bug #673065 - Black rectangle around text in Source view



commit f3150b99087a815061a012e93367425d3b9d06fd
Author: Dan VrÃtil <dvratil redhat com>
Date:   Thu Mar 29 15:12:44 2012 +0200

    Bug #673065 - Black rectangle around text in Source view

 mail/em-format-html.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mail/em-format-html.c b/mail/em-format-html.c
index c481693..ab3324d 100644
--- a/mail/em-format-html.c
+++ b/mail/em-format-html.c
@@ -1021,7 +1021,7 @@ efh_write_source (EMFormat *emf,
 	buffer = g_string_new ("");
 
 	g_string_append_printf (
-		buffer, "<div class=\"part-container\" style=\"background: #%06x; color: #%06x;\" >",
+		buffer, "<div class=\"part-container\" style=\"border: 0; background: #%06x; color: #%06x;\" >",
 		e_color_to_value (
 			&efh->priv->colors[
 			EM_FORMAT_HTML_COLOR_BODY]),



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