~misterio/scgit

ce0c5a10c0c478985432768d874fc6a3b1e9ca20 — Gabriel Fontes 1 year, 3 months ago 09512c0
update source link
1 files changed, 1 insertions(+), 1 deletions(-)

M ui-shared.c
M ui-shared.c => ui-shared.c +1 -1
@@ 835,7 835,7 @@ void cgit_print_docend(void)
	if (ctx.cfg.footer)
		html_include(ctx.cfg.footer);
	else {
		htmlf("<footer>generated by <a href='https://git.fontes.dev.br/scgit/about/'>scgit %s</a> "
		htmlf("<footer>generated by <a href='https://fontes.dev.br/git/scgit/about/'>scgit %s</a> "
			"(<a href='https://git-scm.com/'>git %s</a>) at ", cgit_version, git_version_string);
		html_txt(show_date(time(NULL), 0, cgit_date_mode(DATE_ISO8601)));
		html("</footer>\n");