diff options
Diffstat (limited to 'widgets/misc/e-web-view.c')
-rw-r--r-- | widgets/misc/e-web-view.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/misc/e-web-view.c b/widgets/misc/e-web-view.c index 55d4bd96e0..2c92a39274 100644 --- a/widgets/misc/e-web-view.c +++ b/widgets/misc/e-web-view.c @@ -1132,7 +1132,7 @@ web_view_load_string (EWebView *web_view, webkit_web_view_load_string ( WEBKIT_WEB_VIEW (web_view), - string, "text/html", "UTF-8", "file://"); + string, "text/html", "UTF-8", "evo-file:///"); } static void @@ -1162,7 +1162,7 @@ web_view_frame_load_string (EWebView *web_view, if (frame) webkit_web_frame_load_string ( - frame, string, "text/html", "UTF-8", "file://"); + frame, string, "text/html", "UTF-8", "evo-file:///"); } } |