aboutsummaryrefslogtreecommitdiff
path: root/ui-shared.c
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'ui-shared.c')
-rw-r--r--ui-shared.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/ui-shared.c b/ui-shared.c
index 83758f7..8a804c2 100644
--- a/ui-shared.c
+++ b/ui-shared.c
@@ -510,10 +510,7 @@ void cgit_print_pageheader(struct cgit_context *ctx)
html_txt(ctx->repo->desc);
} else {
html(">");
- if (ctx->cfg.root_desc)
- html_txt(ctx->cfg.root_desc);
- else if (ctx->cfg.index_info)
- html_include(ctx->cfg.index_info);
+ html_txt("a fast webinterface for the git dscm");
}
html("</td></tr></table>\n");