aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);