Close a <tr> properly

No reason to generate illegal html.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
upstream
Lars Hjemli 18 years ago
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_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…
Cancel
Save