Put a '/' after the path in do_tree().
Mon Oct 3 04:57:19 UTC 2005 Alberto Bertogli <albertogli@telpin.com.ar>
* Put a '/' after the path in do_tree().
{
hunk ./darcsweb.cgi 1467
- path = realpath(dname)
+ path = realpath(dname) + '/'
}