Close a <tr> properly No reason to generate illegal html. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Lars Hjemli hjemli@gmail.com
Thu, 24 May 2007 00:02:18 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
ui-summary.c
→
ui-summary.c
@@ -164,7 +164,7 @@ buf));
html_link_open(url, NULL, NULL); html_txt(buf); html_link_close(); - html("</td><tr>"); + html("</td></tr>"); return 0; }