diff --git a/confluent/httpapi.py b/confluent/httpapi.py index cb432303..0a0eb992 100644 --- a/confluent/httpapi.py +++ b/confluent/httpapi.py @@ -384,7 +384,8 @@ def _assemble_html(responses, resource, querydict, url, extension): yield 'Only fields that have their boxes checked will have their ' \ 'respective values honored by the confluent server.
' \ '' + \ - '%s
' % (resource, resource) + '{0}{1}
'.format( + resource, extension) if url == '/': iscollection = True elif resource[-1] == '/':