summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--ui-shared.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui-shared.c b/ui-shared.c
index cf06511..07d5dd4 100644
--- a/ui-shared.c
+++ b/ui-shared.c
@@ -632,2 +632,4 @@ static void print_header(struct cgit_context *ctx)
632 html("<tr>\n"); 632 html("<tr>\n");
633
634 if (ctx->cfg.logo && ctx->cfg.logo[0] != 0) {
633 html("<td class='logo' rowspan='2'><a href='"); 635 html("<td class='logo' rowspan='2'><a href='");
@@ -640,2 +642,3 @@ static void print_header(struct cgit_context *ctx)
640 html("' alt='cgit logo'/></a></td>\n"); 642 html("' alt='cgit logo'/></a></td>\n");
643 }
641 644