mirror of
https://git.zx2c4.com/cgit
synced 2025-08-03 17:44:27 +02:00
Fix html error detected by test-suite
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
b4649fc905
commit
2915483ef6
11 changed files with 37 additions and 27 deletions
2
ui-log.c
2
ui-log.c
|
@ -90,7 +90,7 @@ void cgit_print_log(const char *tip, int ofs, int cnt, char *grep, char *pattern
|
|||
}
|
||||
prepare_revision_walk(&rev);
|
||||
|
||||
html("<table class='list nowrap'>");
|
||||
html("<table summary='log' class='list nowrap'>");
|
||||
html("<tr class='nohover'><th class='left'>Age</th>"
|
||||
"<th class='left'>Message</th>");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue