(last_section != NULL && section == NULL) ||
(last_section != NULL && section != NULL &&
strcmp(section, last_section)))) {
- htmlf("<tr class='nohover'><td colspan='%d' class='reposection'>",
+ htmlf("<tr class='nohover-highlight'><td colspan='%d' class='reposection'>",
columns);
html_txt(section);
html("</td></tr>");
html_txt(ctx.repo->owner);
cgit_close_filter(ctx.repo->owner_filter);
} else {
+ char *currenturl = cgit_currenturl();
html("<a href='");
- html_attr(cgit_currenturl());
+ html_attr(currenturl);
html("?q=");
html_url_arg(ctx.repo->owner);
html("'>");
html_txt(ctx.repo->owner);
html("</a>");
+ free(currenturl);
}
html("</td><td>");
}