about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--about.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/about.c b/about.c
index 7b41454..fd4c1c0 100644
--- a/about.c
+++ b/about.c
@@ -704,7 +704,7 @@ add_favorite(struct tab *t, struct karg *args)
 	if (args->s && strlen(g_strstrip(args->s)))
 		argtitle = html_escape(g_strstrip(args->s));
 
-	title = argtitle ? argtitle :  get_title(t, FALSE);
+	title = argtitle ? argtitle : get_title(t, FALSE);
 	uri = get_uri(t);
 
 	if (title == NULL || uri == NULL) {