mirror of
https://git.zx2c4.com/cgit
synced 2025-07-25 21:25:08 +02: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:
parent
2a09c0d184
commit
0928d8827a
3 changed files with 7 additions and 6 deletions
|
@ -50,7 +50,7 @@ static int print_entry(const unsigned char *sha1, const char *base,
|
|||
cgit_query_path ? cgit_query_path : "",
|
||||
pathname)));
|
||||
}
|
||||
htmlf("'>%s</a></div></td>", name);
|
||||
htmlf("'>%s</a></td>", name);
|
||||
htmlf("<td class='filesize'>%li</td>", size);
|
||||
|
||||
html("<td class='links'><a href='");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue