ui-stats.c: fix invalid html
Found by http://validator.w3.org. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Esse commit está contido em:
pai
52fbcf2ffa
commit
9acd1cf137
@ -407,7 +407,7 @@ void cgit_show_stats(struct cgit_context *ctx)
|
|||||||
html_intoption(50, "50", top);
|
html_intoption(50, "50", top);
|
||||||
html_intoption(100, "100", top);
|
html_intoption(100, "100", top);
|
||||||
html_intoption(-1, "all", top);
|
html_intoption(-1, "all", top);
|
||||||
html("</select></td><tr>");
|
html("</select></td></tr>");
|
||||||
html("<tr><td/><td class='ctrl'>");
|
html("<tr><td/><td class='ctrl'>");
|
||||||
html("<noscript><input type='submit' value='Reload'/></noscript>");
|
html("<noscript><input type='submit' value='Reload'/></noscript>");
|
||||||
html("</td></tr></table>");
|
html("</td></tr></table>");
|
||||||
|
Carregando…
x
Referência em uma nova issue
Block a user