Tue Sep 20 18:13:33 UTC 2005 Alberto Bertogli * Indent a comment. Yeah, I feel stupid creating a patch just for this, but my 80-column terminal just hurts when I look at this line. diff -rN -u old-darcsweb/darcsweb.cgi new-darcsweb/darcsweb.cgi --- old-darcsweb/darcsweb.cgi 2015-11-01 11:04:38.000000000 +0000 +++ new-darcsweb/darcsweb.cgi 2015-11-01 11:04:39.000000000 +0000 @@ -93,8 +93,8 @@ # now we turn middle into the character "\xc3" char = chr(int(middle, 16)) - # finally, replace s with our new improved string, and repeat - # the ugly procedure + # finally, replace s with our new improved string, and + # repeat the ugly procedure char = char.decode('raw_unicode_escape') mn = '[_\\' + middle + '_]' s = s.replace(mn, char, 1)