Tue Sep 20 18:13:33 UTC 2005 Alberto Bertogli <albertogli@telpin.com.ar>
* 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 2014-04-24 01:57:31.000000000 +0000
+++ new-darcsweb/darcsweb.cgi 2014-04-24 01:57:31.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)