aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-request-about.c
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-request-about.c')
-rw-r--r--embed/ephy-request-about.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/embed/ephy-request-about.c b/embed/ephy-request-about.c
index 0256c8da3..e239c1123 100644
--- a/embed/ephy-request-about.c
+++ b/embed/ephy-request-about.c
@@ -145,7 +145,8 @@ ephy_request_about_send (SoupRequest *request,
"<style type=\"text/css\">%s</style></head><body>",
_("Memory usage"),
about->priv->css_style);
-
+
+ g_string_append_printf (data_str, "<h1>%s</h1>", _("Memory usage"));
g_string_append (data_str, memory);
g_free (memory);
}