Unidiff1 files changed, 1 insertions, 1 deletions
|
diff --git a/ui-log.c b/ui-log.c index c353b2a..725f49b 100644 --- a/ ui-log.c+++ b/ ui-log.c |
|
@@ -55,9 +55,9 @@ void cgit_print_log(const char *tip, int ofs, int cnt, char *grep) |
55 | prepare_revision_walk(&rev); |
55 | prepare_revision_walk(&rev); |
56 | |
56 | |
57 | html("<h2>Log</h2>"); |
57 | html("<h2>Log</h2>"); |
58 | html("<table class='list nowrap'>"); |
58 | html("<table class='list nowrap'>"); |
59 | html("<tr><th class='left'>Date</th>" |
59 | html("<tr class='nohover'><th class='left'>Date</th>" |
60 | "<th class='left'>Message</th>" |
60 | "<th class='left'>Message</th>" |
61 | "<th class='left'>Author</th></tr>\n"); |
61 | "<th class='left'>Author</th></tr>\n"); |
62 | |
62 | |
63 | if (ofs<0) |
63 | if (ofs<0) |
|