all repos — cgit @ 9acd1cf137ae6c91bafa91f6a073b7908e7ea695

a hyperfast web frontend for git written in c

ui-stats.c: fix invalid html

Found by http://validator.w3.org.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Lars Hjemli hjemli@gmail.com
Mon, 30 May 2011 22:21:22 +0000
commit

9acd1cf137ae6c91bafa91f6a073b7908e7ea695

parent

52fbcf2ffac0025128cc1d50681a7ccd859ef3f0

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M ui-stats.cui-stats.c

@@ -407,7 +407,7 @@ html_intoption(25, "25", top);

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>");