about summary refs log tree commit diff stats
path: root/ui-shared.c
diff options
context:
space:
mode:
authorJason A. Donenfeld2016-02-23 15:35:32 +0100
committerJason A. Donenfeld2016-02-23 15:35:32 +0100
commitc424b5cb0253d8b55d3932efa51aa703dab2bf40 (patch)
tree79089836eec82696720622762dca84c9439d0bb5 /ui-shared.c
parentcss: fix indentation (diff)
downloadcgit-c424b5cb0253d8b55d3932efa51aa703dab2bf40.tar.gz
cgit-c424b5cb0253d8b55d3932efa51aa703dab2bf40.zip
tabs: do not use target=_blank
Diffstat (limited to 'ui-shared.c')
-rw-r--r--ui-shared.c2
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)
1000 if (ctx.repo->homepage) { 1000 if (ctx.repo->homepage) {
1001 html("<a href='"); 1001 html("<a href='");
1002 html_attr(ctx.repo->homepage); 1002 html_attr(ctx.repo->homepage);
1003 html("' target='_blank'>homepage</a>"); 1003 html("'>homepage</a>");
1004 } 1004 }
1005 html("</td><td class='form'>"); 1005 html("</td><td class='form'>");
1006 html("<form class='right' method='get' action='"); 1006 html("<form class='right' method='get' action='");