| -rw-r--r-- | ui-shared.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui-shared.c b/ui-shared.c index f858ab6..d909f55 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -496,9 +496,9 @@ void cgit_print_docend() if (ctx.cfg.footer) html_include(ctx.cfg.footer); else { - htmlf("<div class='footer'>generated by cgit %s at ", - cgit_version); + html("<div class='footer'>generated "); cgit_print_date(time(NULL), FMT_LONGDATE, ctx.cfg.local_time); + htmlf(" by cgit %s", cgit_version); html("</div>\n"); } html("</body>\n</html>\n"); |