the repository which powers this website
ui-stats.c: fix invalid html
Found by http://validator.w3.org. Signed-off-by: Lars Hjemli <[email protected]>
Lars Hjemli 2011-05-31
parent 52fbcf2 · commit 9acd1cf
-rw-r--r--ui-stats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-stats.c b/ui-stats.c
index 36e17d92..59f4c1e7 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>");