mirror of
https://git.zx2c4.com/cgit
synced 2025-08-28 21:58:18 +02:00
Merge branch 'stable'
This commit is contained in:
commit
73b54f7d7e
1 changed files with 11 additions and 8 deletions
|
@ -630,6 +630,8 @@ static void print_header(struct cgit_context *ctx)
|
|||
{
|
||||
html("<table id='header'>\n");
|
||||
html("<tr>\n");
|
||||
|
||||
if (ctx->cfg.logo && ctx->cfg.logo[0] != 0) {
|
||||
html("<td class='logo' rowspan='2'><a href='");
|
||||
if (ctx->cfg.logo_link)
|
||||
html_attr(ctx->cfg.logo_link);
|
||||
|
@ -638,6 +640,7 @@ static void print_header(struct cgit_context *ctx)
|
|||
html("'><img src='");
|
||||
html_attr(ctx->cfg.logo);
|
||||
html("' alt='cgit logo'/></a></td>\n");
|
||||
}
|
||||
|
||||
html("<td class='main'>");
|
||||
if (ctx->repo) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue