Thu Jul  6 17:04:59 UTC 2006  Alberto Bertogli <albertogli@telpin.com.ar>
  * Put directories in blue on tree view.
  To make directories easy to spot, make them blue and with a "/" at the end.
  Then they become obvious, but not too distracting.
  
  Thanks to Dan Pescu for all the suggestions.
diff -rN -u old-darcsweb/darcsweb.cgi new-darcsweb/darcsweb.cgi
--- old-darcsweb/darcsweb.cgi	2015-11-16 05:23:13.000000000 +0000
+++ new-darcsweb/darcsweb.cgi	2015-11-16 05:23:13.000000000 +0000
@@ -1738,7 +1738,9 @@
 
 		if f in dlist:
 			print """
-  <td><a class="list" href="%(myrname)s;a=tree;f=%(fullf)s">%(f)s</a></td>
+  <td>
+    <a class="link" href="%(myrname)s;a=tree;f=%(fullf)s">%(f)s/</a>
+  </td>
   <td class="link">
     <a href="%(myrname)s;a=filehistory;f=%(fullf)s">history</a> |
     <a href="%(myrname)s;a=tree;f=%(fullf)s">tree</a>