diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-07-28 01:01:59 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-07-28 01:01:59 +0800 |
commit | de207fd8d87d65e9a2f02b4a8ca7d9836f126a57 (patch) | |
tree | c693215ca80504bf974f77edcaf8cb37b1d4ee75 /widgets/misc | |
parent | 440e43d2894fdd517cc91302d4364b082e7d1d8b (diff) | |
download | gsoc2013-evolution-de207fd8d87d65e9a2f02b4a8ca7d9836f126a57.tar.gz gsoc2013-evolution-de207fd8d87d65e9a2f02b4a8ca7d9836f126a57.tar.zst gsoc2013-evolution-de207fd8d87d65e9a2f02b4a8ca7d9836f126a57.zip |
EWebView: Remove a stray newline causing build failures.
Diffstat (limited to 'widgets/misc')
-rw-r--r-- | widgets/misc/e-web-view.c | 3 |
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); |