Sat Jul 23 23:11:32 UTC 2005 Alberto Bertogli * Mark td tags with link class for output consistency diff -rN -u old-darcsweb/darcsweb.cgi new-darcsweb/darcsweb.cgi --- old-darcsweb/darcsweb.cgi 2015-12-18 00:03:41.000000000 +0000 +++ new-darcsweb/darcsweb.cgi 2015-12-18 00:03:42.000000000 +0000 @@ -913,10 +913,9 @@ if show_diff: print """ - - - diff | - history + + diff | + history """ % { 'myreponame': config.myreponame, @@ -983,9 +982,9 @@ if f in dlist: print """ %(f)s - - history | - tree + + history | + tree """ % { 'myrname': config.myreponame, @@ -995,9 +994,9 @@ else: print """ %(f)s - - history | - headblob + + history | + headblob """ % { 'myrname': config.myreponame,