1
0

Fixed unexpected tags in html output.

At least those that were catched by tidy.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Este cometimento está contido em:
Ondrej Jirman
2007-05-26 01:14:25 +02:00
cometido por Lars Hjemli
ascendente 2a09c0d184
cometimento 0928d8827a
3 ficheiros modificados com 7 adições e 6 eliminações

Ver ficheiro

@@ -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='");