From 62dcc05c27fa2f230a7048211337f86ba20966a5 Mon Sep 17 00:00:00 2001
From: Lars Hjemli
Date: Thu, 24 May 2007 00:02:18 +0200
Subject: Close a
properly
No reason to generate illegal html.
Signed-off-by: Lars Hjemli
---
ui-summary.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 v1.2.3-2-gb3c3