Fix html error detected by test-suite

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
Lars Hjemli
2007-11-11 13:04:28 +01:00
parent b4649fc905
commit 2915483ef6
11 changed files with 37 additions and 27 deletions

View File

@ -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>");