aboutsummaryrefslogtreecommitdiffstats
path: root/ui-shared.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui-shared.c')
-rw-r--r--ui-shared.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-shared.c b/ui-shared.c
index acd8ab5..a7e40c3 100644
--- a/ui-shared.c
+++ b/ui-shared.c
@@ -838,7 +838,7 @@ void cgit_print_docend(void)
838 htmlf("<div class='footer'>generated by <a href='https://git.zx2c4.com/cgit/about/'>cgit %s</a> " 838 htmlf("<div class='footer'>generated by <a href='https://git.zx2c4.com/cgit/about/'>cgit %s</a> "
839 "(<a href='https://git-scm.com/'>git %s</a>) at ", cgit_version, git_version_string); 839 "(<a href='https://git-scm.com/'>git %s</a>) at ", cgit_version, git_version_string);
840 html_txt(show_date(time(NULL), 0, cgit_date_mode(DATE_ISO8601))); 840 html_txt(show_date(time(NULL), 0, cgit_date_mode(DATE_ISO8601)));
841 html("</div>\n"); 841 html(" with beautiful colours of <a href='https://rosepinetheme.com/'>Rosé Pine</a></div>\n");
842 } 842 }
843 html("</div> <!-- id=cgit -->\n"); 843 html("</div> <!-- id=cgit -->\n");
844 html("</body>\n</html>\n"); 844 html("</body>\n</html>\n");