mirror of
https://git.zx2c4.com/cgit
synced 2025-09-02 23:35:56 +00:00
Fixed unexpected tags in html output.
At least those that were catched by tidy. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
committed by
Lars Hjemli
parent
2a09c0d184
commit
0928d8827a
@@ -103,7 +103,7 @@ void print_fileinfo(struct fileinfo *info)
|
||||
info->removed * 100.0 / max_changes);
|
||||
htmlf("<td class='none' style='width: %.1f%%;'/>",
|
||||
(max_changes - info->removed - info->added) * 100.0 / max_changes);
|
||||
html("</tr></table></a></td></tr>\n");
|
||||
html("</tr></table></td></tr>\n");
|
||||
}
|
||||
|
||||
void cgit_count_diff_lines(char *line, int len)
|
||||
|
Reference in New Issue
Block a user