From 96591accb86ef759181707d92b44391651294de7 Mon Sep 17 00:00:00 2001 From: Young-ho Cha Date: Sat, 3 Aug 2013 13:07:47 +0200 Subject: ephy-about-handler: add content charset --- embed/ephy-about-handler.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/embed/ephy-about-handler.c b/embed/ephy-about-handler.c index 2c6637f1e..72fb93e0f 100644 --- a/embed/ephy-about-handler.c +++ b/embed/ephy-about-handler.c @@ -139,6 +139,7 @@ get_plugins_cb (WebKitWebContext *web_context, data_str = g_string_new (""); g_string_append_printf (data_str, "%s" \ + "" \ "", _("Installed plugins"), ephy_about_handler_get_style_sheet (about_request->handler)); @@ -214,6 +215,7 @@ handle_memory_finished_cb (EphyAboutHandler *handler, memory = g_task_propagate_pointer (G_TASK (result), NULL); if (memory) { g_string_append_printf (data_str, "%s" \ + "" \ "", _("Memory usage"), ephy_about_handler_get_style_sheet (handler)); @@ -265,6 +267,7 @@ ephy_about_handler_handle_epiphany (EphyAboutHandler *handler, char *data; data = g_strdup_printf ("Epiphany" + "" "" "" "
" @@ -293,6 +296,7 @@ handle_applications_finished_cb (EphyAboutHandler *handler, data_str = g_string_new (NULL); g_string_append_printf (data_str, "%s" \ + "" \ "" \ "

%s

" \ "

%s

", @@ -381,6 +385,7 @@ ephy_about_handler_handle_incognito (EphyAboutHandler *handler, data = g_strdup_printf ("\n" \ "\n" \ "%s\n" \ + "" \ "\n" \ "\n" \ "\n" \ -- cgit v1.2.3