]> gitweb.ps.run Git - ps-cgit/commitdiff
ui-shared: reword the standard page footer
authorLars Hjemli <hjemli@gmail.com>
Sun, 5 Oct 2008 17:09:58 +0000 (19:09 +0200)
committerLars Hjemli <hjemli@gmail.com>
Sun, 5 Oct 2008 17:09:58 +0000 (19:09 +0200)
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
ui-shared.c

index d909f552ebcd3774bcb8cd5451b4a2239535f422..f858ab69ee7556776cb5d0d44eddf74f76ecd3fd 100644 (file)
@@ -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");