From 62dcc05c27fa2f230a7048211337f86ba20966a5 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Wed, 23 May 2007 22:02:18 +0000 Subject: Close a properly No reason to generate illegal html. Signed-off-by: Lars Hjemli --- (limited to 'ui-summary.c') 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; } -- cgit v0.9.0.2