aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-web-view.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-07-28 01:01:59 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-07-28 01:01:59 +0800
commitde207fd8d87d65e9a2f02b4a8ca7d9836f126a57 (patch)
treec693215ca80504bf974f77edcaf8cb37b1d4ee75 /widgets/misc/e-web-view.c
parent440e43d2894fdd517cc91302d4364b082e7d1d8b (diff)
downloadgsoc2013-evolution-de207fd8d87d65e9a2f02b4a8ca7d9836f126a57.tar
gsoc2013-evolution-de207fd8d87d65e9a2f02b4a8ca7d9836f126a57.tar.gz
gsoc2013-evolution-de207fd8d87d65e9a2f02b4a8ca7d9836f126a57.tar.bz2
gsoc2013-evolution-de207fd8d87d65e9a2f02b4a8ca7d9836f126a57.tar.lz
gsoc2013-evolution-de207fd8d87d65e9a2f02b4a8ca7d9836f126a57.tar.xz
gsoc2013-evolution-de207fd8d87d65e9a2f02b4a8ca7d9836f126a57.tar.zst
gsoc2013-evolution-de207fd8d87d65e9a2f02b4a8ca7d9836f126a57.zip
EWebView: Remove a stray newline causing build failures.
Diffstat (limited to 'widgets/misc/e-web-view.c')
-rw-r--r--widgets/misc/e-web-view.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/widgets/misc/e-web-view.c b/widgets/misc/e-web-view.c
index 8d6f9fe8cd..0908449c6c 100644
--- a/widgets/misc/e-web-view.c
+++ b/widgets/misc/e-web-view.c
@@ -1887,8 +1887,7 @@ e_web_view_clear (EWebView *web_view)
style_context, state_flags, &rgba);
html = g_strdup_printf (
- "<html><head></hea
- d><body bgcolor=\"#%06x\"></body></html>",
+ "<html><head></head><body bgcolor=\"#%06x\"></body></html>",
e_rgba_to_value (&rgba));
webkit_web_view_load_html_string (WEBKIT_WEB_VIEW (web_view), html, NULL);