mirror of
https://git.zx2c4.com/cgit
synced 2024-11-22 16:38:42 +00:00
ui-shared: reword the standard page footer
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
23ffba78b4
commit
b9aabf0b8f
@ -496,9 +496,9 @@ void cgit_print_docend()
|
||||
if (ctx.cfg.footer)
|
||||
html_include(ctx.cfg.footer);
|
||||
else {
|
||||
html("<div class='footer'>generated ");
|
||||
htmlf("<div class='footer'>generated by cgit %s at ",
|
||||
cgit_version);
|
||||
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");
|
||||
|
Loading…
Reference in New Issue
Block a user