mirror of
https://git.zx2c4.com/cgit
synced 2025-07-22 20:04:24 +02:00
tabs: do not use target=_blank
This commit is contained in:
parent
46ff6e1993
commit
c424b5cb02
1 changed files with 1 additions and 1 deletions
|
@ -1000,7 +1000,7 @@ void cgit_print_pageheader(void)
|
||||||
if (ctx.repo->homepage) {
|
if (ctx.repo->homepage) {
|
||||||
html("<a href='");
|
html("<a href='");
|
||||||
html_attr(ctx.repo->homepage);
|
html_attr(ctx.repo->homepage);
|
||||||
html("' target='_blank'>homepage</a>");
|
html("'>homepage</a>");
|
||||||
}
|
}
|
||||||
html("</td><td class='form'>");
|
html("</td><td class='form'>");
|
||||||
html("<form class='right' method='get' action='");
|
html("<form class='right' method='get' action='");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue