Replace tabs in annotate output.
Tue Sep 20 07:31:31 UTC 2005 Alberto Bertogli <albertogli@telpin.com.ar>
* Replace tabs in annotate output.
diff -rN -u old-darcsweb/darcsweb.cgi new-darcsweb/darcsweb.cgi
--- old-darcsweb/darcsweb.cgi 2015-10-01 18:06:14.000000000 +0000
+++ new-darcsweb/darcsweb.cgi 2015-10-01 18:06:14.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" % {