about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2011-05-30 22:21:22 +0000
committerLars Hjemli <hjemli@gmail.com>2011-05-30 22:21:22 +0000
commit9acd1cf137ae6c91bafa91f6a073b7908e7ea695 (patch)
tree347d1c6f9d6bcc376fb4664bf54e7e1647da5517
parentMerge branch 'stable' (diff)
downloadcgit-pink-9acd1cf137ae6c91bafa91f6a073b7908e7ea695.tar.gz
cgit-pink-9acd1cf137ae6c91bafa91f6a073b7908e7ea695.zip
ui-stats.c: fix invalid html
Found by http://validator.w3.org.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to '')
-rw-r--r--ui-stats.c2
1 files changed, 1 insertions, 1 deletions
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("</select></td><tr>");
+	html("</select></td></tr>");
 	html("<tr><td/><td class='ctrl'>");
 	html("<noscript><input type='submit' value='Reload'/></noscript>");
 	html("</td></tr></table>");
pan title='2020-04-05 11:08:50 -0400'>2020-04-05Check unscoop regexps with make testJune McEnroe 2020-04-05Add unscoop -n flag for checking regexpsJune McEnroe 2020-04-05Add Ban and Unban event typesJune McEnroe 2020-04-02Update styleJune McEnroe 2020-03-31Update unscoop catgirl matchersJune McEnroe 2020-03-31Fix writing verbose to stderrJune McEnroe 2020-03-02Include <>/-/* around nicks in scoop coloring 1.1June McEnroe 2020-03-02Replace .mk files with configure scriptJune McEnroe 2020-02-28Implement the causal.agency/consumer capabilityJune McEnroe 2020-02-22Include <>/-/* around nicks in coloringJune McEnroe 2020-02-22Use (almost) the full range of IRC colors for nicksJune McEnroe