diff options
author | Lars Hjemli <hjemli@gmail.com> | 2007-11-11 13:04:28 +0100 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2007-11-11 13:04:28 +0100 |
commit | 2915483ef6c9c29ac1493e6945688bb62f7825b4 (patch) | |
tree | 3ee4afec27ec8cb0ad5e10008f3bd8c994747c39 /ui-log.c | |
parent | b4649fc90597910c89c3f37a6aec9af54d9f416b (diff) | |
download | cgit-2915483ef6c9c29ac1493e6945688bb62f7825b4.tar.gz cgit-2915483ef6c9c29ac1493e6945688bb62f7825b4.tar.bz2 cgit-2915483ef6c9c29ac1493e6945688bb62f7825b4.zip |
Fix html error detected by test-suite
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'ui-log.c')
-rw-r--r-- | ui-log.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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>"); |