From c424b5cb0253d8b55d3932efa51aa703dab2bf40 Mon Sep 17 00:00:00 2001
From: "Jason A. Donenfeld" <Jason@zx2c4.com>
Date: Tue, 23 Feb 2016 15:35:32 +0100
Subject: tabs: do not use target=_blank

---
 ui-shared.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 @@ void cgit_print_pageheader(void)
 		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='");
-- 
cgit v1.2.3