mirror of
https://git.zx2c4.com/cgit
synced 2024-11-25 09:58:41 +00:00
Close a <tr> properly
No reason to generate illegal html. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
bbcdc290c6
commit
62dcc05c27
@ -164,7 +164,7 @@ static int cgit_print_archive_cb(const char *refname, const unsigned char *sha1,
|
||||
html_link_open(url, NULL, NULL);
|
||||
html_txt(buf);
|
||||
html_link_close();
|
||||
html("</td><tr>");
|
||||
html("</td></tr>");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user