all repos — cgit @ c424b5cb0253d8b55d3932efa51aa703dab2bf40

a hyperfast web frontend for git written in c

tabs: do not use target=_blank
Jason A. Donenfeld Jason@zx2c4.com
Tue, 23 Feb 2016 15:35:32 +0100
commit

c424b5cb0253d8b55d3932efa51aa703dab2bf40

parent

46ff6e1993175057a18b14980696648a1c5e87ab

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M ui-shared.cui-shared.c

@@ -1000,7 +1000,7 @@ ctx.qry.head, ctx.qry.vpath);

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='");