Wed Apr 4 15:09:32 UTC 2007 Alexandre Rossi * closing tag in project url link diff -rN -u old-darcsweb/darcsweb.cgi new-darcsweb/darcsweb.cgi --- old-darcsweb/darcsweb.cgi 2015-10-18 12:41:14.000000000 +0000 +++ new-darcsweb/darcsweb.cgi 2015-10-18 12:41:14.000000000 +0000 @@ -1386,7 +1386,7 @@ { 'url': config.repourl } if config.repoprojurl: print ' project url' - print ' %(url)s' % \ + print ' %(url)s' % \ { 'url': config.repoprojurl } print ''