about summary refs log tree commit diff stats
path: root/xxxterm.c
diff options
context:
space:
mode:
Diffstat (limited to 'xxxterm.c')
-rw-r--r--xxxterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xxxterm.c b/xxxterm.c
index 8b7f4a2..cae7077 100644
--- a/xxxterm.c
+++ b/xxxterm.c
@@ -1037,7 +1037,7 @@ favorites(struct tab *t, struct karg *args)
 	if (!failed) {
 		html = g_strdup_printf("%s%s</table></div></html>",
 		    header, body);
-		webkit_web_view_load_string(t->wv, html, NULL, NULL, NULL);
+		webkit_web_view_load_string(t->wv, html, NULL, NULL, "");
 	}
 
 	if (header)