From 9acd1cf137ae6c91bafa91f6a073b7908e7ea695 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Mon, 30 May 2011 22:21:22 +0000 Subject: ui-stats.c: fix invalid html Found by http://validator.w3.org. Signed-off-by: Lars Hjemli --- ui-stats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui-stats.c') diff --git a/ui-stats.c b/ui-stats.c index 36e17d9..59f4c1e 100644 --- a/ui-stats.c +++ b/ui-stats.c @@ -407,7 +407,7 @@ void cgit_show_stats(struct cgit_context *ctx) html_intoption(50, "50", top); html_intoption(100, "100", top); html_intoption(-1, "all", top); - html(""); + html(""); html(""); html(""); html(""); -- cgit v1.2.1