[evolution/wip/webkit2] EMailFormatterPrint - Fix the HTML that used while printing



commit aeb38aed28a8e96db41e05014c9f35d4d78ad3be
Author: Tomas Popela <tpopela redhat com>
Date:   Wed Dec 9 16:06:29 2015 +0100

    EMailFormatterPrint - Fix the HTML that used while printing

 em-format/e-mail-formatter-print.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/em-format/e-mail-formatter-print.c b/em-format/e-mail-formatter-print.c
index d67743d..da074c7 100644
--- a/em-format/e-mail-formatter-print.c
+++ b/em-format/e-mail-formatter-print.c
@@ -122,7 +122,7 @@ mail_formatter_print_run (EMailFormatter *formatter,
                "<meta name=\"generator\" content=\"Evolution Mail\" />\n"
                "<title>Evolution Mail Display</title>\n"
                "<link type=\"text/css\" rel=\"stylesheet\" "
-               "      media=\"print\" href=\"" STYLESHEET_URI "/>\n"
+               "      media=\"print\" href=\"" STYLESHEET_URI "\"/>\n"
                "</head>\n"
                "<body style=\"background: #FFF; color: #000;\">";
 


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