about summary refs log tree commit diff stats
path: root/ui-stats.c
diff options
context:
space:
mode:
authorLars Hjemli2011-05-30 22:21:22 +0000
committerLars Hjemli2011-05-30 22:21:22 +0000
commit9acd1cf137ae6c91bafa91f6a073b7908e7ea695 (patch)
tree347d1c6f9d6bcc376fb4664bf54e7e1647da5517 /ui-stats.c
parentMerge branch 'stable' (diff)
downloadcgit-9acd1cf137ae6c91bafa91f6a073b7908e7ea695.tar.gz
cgit-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 'ui-stats.c')
-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)
407 html_intoption(50, "50", top); 407 html_intoption(50, "50", top);
408 html_intoption(100, "100", top); 408 html_intoption(100, "100", top);
409 html_intoption(-1, "all", top); 409 html_intoption(-1, "all", top);
410 html("</select></td><tr>"); 410 html("</select></td></tr>");
411 html("<tr><td/><td class='ctrl'>"); 411 html("<tr><td/><td class='ctrl'>");
412 html("<noscript><input type='submit' value='Reload'/></noscript>"); 412 html("<noscript><input type='submit' value='Reload'/></noscript>");
413 html("</td></tr></table>"); 413 html("</td></tr></table>");