[evolution/wip/webkit2] Add missing closing double quote, thus webview-print.css is actually used
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/wip/webkit2] Add missing closing double quote, thus webview-print.css is actually used
- Date: Tue, 31 May 2016 12:05:20 +0000 (UTC)
commit 64dd336a9083813e442642554e69e3ba3aefdc1c
Author: Milan Crha <mcrha redhat com>
Date: Mon Apr 4 19:46:04 2016 +0200
Add missing closing double quote, thus webview-print.css is actually used
em-format/e-mail-formatter-print.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/em-format/e-mail-formatter-print.c b/em-format/e-mail-formatter-print.c
index 3806ca9..ed7ae8f 100644
--- a/em-format/e-mail-formatter-print.c
+++ b/em-format/e-mail-formatter-print.c
@@ -119,8 +119,7 @@ mail_formatter_print_run (EMailFormatter *formatter,
"<head>\n"
"<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"
+ "<link type=\"text/css\" rel=\"stylesheet\" 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]