Skip to content

Commit 80c86fd

Browse files
author
Alexander Smishlajev
committed
fix indent in HTMLRequest.indexargs_url() (broken in CVS revision 1.190.2.6)
1 parent 1fb137f commit 80c86fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/cgi/templating.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2084,7 +2084,7 @@ def indexargs_url(self, url, args):
20842084
l.append('%s=%s'%(k, ','.join([q(i) for i in v])))
20852085
else:
20862086
l.append('%s=%s'%(k, q(v)))
2087-
return '%s?%s'%(url, '&'.join(l))
2087+
return '%s?%s'%(url, '&'.join(l))
20882088
indexargs_href = indexargs_url
20892089

20902090
def base_javascript(self):

0 commit comments

Comments
 (0)