From: Lars Hjemli Date: Wed, 23 May 2007 22:02:18 +0000 (+0200) Subject: Close a properly X-Git-Tag: v0.5~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=62dcc05c27fa2f230a7048211337f86ba20966a5;p=cgit Close a properly No reason to generate illegal html. Signed-off-by: Lars Hjemli --- diff --git a/ui-summary.c b/ui-summary.c index 5c1fc33..18608b8 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(""); + html(""); return 0; }