]> granicus.if.org Git - cgit/commitdiff
tabs: do not use target=_blank
authorJason A. Donenfeld <Jason@zx2c4.com>
Tue, 23 Feb 2016 14:35:32 +0000 (15:35 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Tue, 23 Feb 2016 14:35:32 +0000 (15:35 +0100)
ui-shared.c

index 2c91e75b0727f26f670e80546802d69b3012fc07..3b2dc06ceef471ecfc1d8bae23589884a681c5bb 100644 (file)
@@ -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='");