diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2016-02-23 15:35:32 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2016-02-23 15:35:32 +0100 |
commit | c424b5cb0253d8b55d3932efa51aa703dab2bf40 (patch) | |
tree | 79089836eec82696720622762dca84c9439d0bb5 | |
parent | 46ff6e1993175057a18b14980696648a1c5e87ab (diff) | |
download | cgit-c424b5cb0253d8b55d3932efa51aa703dab2bf40.tar.gz cgit-c424b5cb0253d8b55d3932efa51aa703dab2bf40.tar.bz2 cgit-c424b5cb0253d8b55d3932efa51aa703dab2bf40.zip |
tabs: do not use target=_blank
-rw-r--r-- | ui-shared.c | 2 |
1 files changed, 1 insertions, 1 deletions
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='"); |