Tue Sep 20 07:31:31 UTC 2005 Alberto Bertogli * Replace tabs in annotate output. diff -rN -u old-darcsweb/darcsweb.cgi new-darcsweb/darcsweb.cgi --- old-darcsweb/darcsweb.cgi 2015-10-27 14:25:56.000000000 +0000 +++ new-darcsweb/darcsweb.cgi 2015-10-27 14:25:56.000000000 +0000 @@ -977,6 +977,7 @@ for l in ann.lines: text = escape(l.text) text = text.rstrip() + text = replace_tabs(text) title = "%s by %s" % (l.pdate, escape(l.pauthor) ) link = "%(myrname)s;a=commit;h=%(hash)s" % {