From aa3c4486b41b8b13d0f52477f033837fc8bb9524 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Sat, 3 May 2008 11:07:41 +0200 Subject: Add footer with page creation time and cgit version on all pages Signed-off-by: Lars Hjemli --- ui-shared.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ui-shared.c') diff --git a/ui-shared.c b/ui-shared.c index f366354..44269a7 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -443,6 +443,9 @@ void cgit_print_docstart(struct cgit_context *ctx) void cgit_print_docend() { + html("\n\n\n"); } -- cgit v1.2.3-59-g8ed1b