| -rw-r--r-- | ui-summary.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-summary.c b/ui-summary.c index 18608b8..5c1fc33 100644 --- a/ui-summary.c +++ b/ui-summary.c @@ -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; } |