tabs: do not use target=_blank

This commit is contained in:
Jason A. Donenfeld 2016-02-23 15:35:32 +01:00
부모 46ff6e1993
커밋 c424b5cb02
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

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