diff options
-rw-r--r-- | ui-stats.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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>"); |