summaryrefslogtreecommitdiffabout
path: root/ui-shared.c
authorLars Hjemli <hjemli@gmail.com>2008-10-05 17:09:58 (UTC)
committer Lars Hjemli <hjemli@gmail.com>2008-10-05 17:09:58 (UTC)
commitb9aabf0b8fbf3a3ab69010ee2c9ed5426c751912 (patch) (unidiff)
tree7a75f470154e12f365189600ac08d9df2d15547d /ui-shared.c
parent23ffba78b4572f35f0ee52410dde9a16e6d02ce5 (diff)
downloadcgit-b9aabf0b8fbf3a3ab69010ee2c9ed5426c751912.zip
cgit-b9aabf0b8fbf3a3ab69010ee2c9ed5426c751912.tar.gz
cgit-b9aabf0b8fbf3a3ab69010ee2c9ed5426c751912.tar.bz2
ui-shared: reword the standard page footer
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'ui-shared.c') (more/less context) (ignore whitespace changes)
-rw-r--r--ui-shared.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui-shared.c b/ui-shared.c
index d909f55..f858ab6 100644
--- a/ui-shared.c
+++ b/ui-shared.c
@@ -496,9 +496,9 @@ void cgit_print_docend()
496 if (ctx.cfg.footer) 496 if (ctx.cfg.footer)
497 html_include(ctx.cfg.footer); 497 html_include(ctx.cfg.footer);
498 else { 498 else {
499 html("<div class='footer'>generated "); 499 htmlf("<div class='footer'>generated by cgit %s at ",
500 cgit_version);
500 cgit_print_date(time(NULL), FMT_LONGDATE, ctx.cfg.local_time); 501 cgit_print_date(time(NULL), FMT_LONGDATE, ctx.cfg.local_time);
501 htmlf(" by cgit %s", cgit_version);
502 html("</div>\n"); 502 html("</div>\n");
503 } 503 }
504 html("</body>\n</html>\n"); 504 html("</body>\n</html>\n");