mirror of
https://git.zx2c4.com/cgit
synced 2025-08-09 12:25:43 +02: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
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ static int cgit_print_archive_cb(const char *refname, const unsigned char *sha1,
|
||||||
html_link_open(url, NULL, NULL);
|
html_link_open(url, NULL, NULL);
|
||||||
html_txt(buf);
|
html_txt(buf);
|
||||||
html_link_close();
|
html_link_close();
|
||||||
html("</td><tr>");
|
html("</td></tr>");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue