tabs: do not use target=_blank

Este commit está contenido en:
Jason A. Donenfeld 2016-02-23 15:35:32 +01:00
padre 46ff6e1993
commit c424b5cb02
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

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