]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-shared.c
Return proper HTTP response when accessing info/
[ps-cgit] / ui-shared.c
index bd74f42e20eb56d146494391004d351b299dc659..32f23f9d98355d5233035ecf5a7cae379df5ddc4 100644 (file)
@@ -740,7 +740,7 @@ void cgit_print_docend()
        if (ctx.cfg.footer)
                html_include(ctx.cfg.footer);
        else {
-               htmlf("<div class='footer'>generated  by cgit %s at ",
+               htmlf("<div class='footer'>generated by <a href='http://git.zx2c4.com/cgit/about/'>cgit %s</a> at ",
                        cgit_version);
                cgit_print_date(time(NULL), FMT_LONGDATE, ctx.cfg.local_time);
                html("</div>\n");