commit | 0928d8827a714f3908efa7eb9eb4cde28761af26 | [log] [tgz] |
---|---|---|
author | Ondrej Jirman <ondrej.jirman@zonio.net> | Sat May 26 01:14:25 2007 +0200 |
committer | Lars Hjemli <hjemli@gmail.com> | Thu May 31 10:18:00 2007 +0200 |
tree | 67175d206caf7e220a996f699cf56dfa5c0c945b | |
parent | 2a09c0d184ff64676e173072c074649666f4f735 [diff] [blame] |
Fixed unexpected tags in html output. At least those that were catched by tidy. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
diff --git a/ui-tree.c b/ui-tree.c index 032a966..006ca47 100644 --- a/ui-tree.c +++ b/ui-tree.c
@@ -50,7 +50,7 @@ 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='");