summaryrefslogtreecommitdiffabout
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--ui-shared.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui-shared.c b/ui-shared.c
index 6f83d2a..209af6e 100644
--- a/ui-shared.c
+++ b/ui-shared.c
@@ -574,8 +574,8 @@ void cgit_print_pageheader(struct cgit_context *ctx)
- html("<tr><td class='sub'");
+ html("<tr><td class='sub'>");
if (ctx->repo) {
- html(" colspan='2'>");
html_txt(ctx->repo->desc);
+ html("</td><td class='sub right'>");
+ html_txt(ctx->repo->owner);
} else {
- html(">");
if (ctx->cfg.root_desc)