diff options
Diffstat (limited to 'ui-log.c')
-rw-r--r-- | ui-log.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ui-log.c b/ui-log.c index b7da49f..def96f6 100644 --- a/ui-log.c +++ b/ui-log.c @@ -49,7 +49,9 @@ void cgit_print_log(const char *tip, int ofs, int cnt) html("<h2>Log</h2>"); html("<table class='list log'>"); - html("<tr><th class='left'>Date</th><th class='left'>Message</th><th class='left'>Author</th></tr>\n"); + html("<tr><th class='left'>Date</th>" + "<th class='left'>Message</th>" + "<th class='left'>Author</th></tr>\n"); if (ofs<0) ofs = 0; |