diff --git a/confluent/httpapi.py b/confluent/httpapi.py index e9d711f0..165b1ed8 100644 --- a/confluent/httpapi.py +++ b/confluent/httpapi.py @@ -237,7 +237,11 @@ def resourcehandler(env, start_response): def _assemble_html(responses, resource): - yield '
' + yield '' + yield 'Confluent REST Explorer: ' + resource + '' + yield '' + yield 'Only values that have their' + yield 'respective values honored by the confluent server.
' yield '' yield '' for rsp in responses: