tabs: do not use target=_blank
diff --git a/ui-shared.c b/ui-shared.c
index 2c91e75..3b2dc06 100644
--- a/ui-shared.c
+++ b/ui-shared.c
@@ -1000,7 +1000,7 @@
 		if (ctx.repo->homepage) {
 			html("<a href='");
 			html_attr(ctx.repo->homepage);
-			html("' target='_blank'>homepage</a>");
+			html("'>homepage</a>");
 		}
 		html("</td><td class='form'>");
 		html("<form class='right' method='get' action='");