From 6588a151741dff92dafc3fd0fac9734cc3ace19b Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Sun, 3 Nov 2013 08:18:44 -0500 Subject: [PATCH] Back off on the table attempt in the rest explorer interface --- confluent/httpapi.py | 2 -- confluent/messages.py | 3 --- 2 files changed, 5 deletions(-) diff --git a/confluent/httpapi.py b/confluent/httpapi.py index 1a6cdfdb..2690e34c 100644 --- a/confluent/httpapi.py +++ b/confluent/httpapi.py @@ -229,11 +229,9 @@ def resourcehandler(env, start_response): if mimetype == 'text/html': yield '
' yield '' - yield "
" for rsp in hdlr: yield rsp.html() yield "
" - yield "
Ignore on submit
" yield '
' else: yield '[' diff --git a/confluent/messages.py b/confluent/messages.py index 82001ed8..b1a46305 100644 --- a/confluent/messages.py +++ b/confluent/messages.py @@ -31,14 +31,11 @@ class ConfluentMessage(object): value = val['value'] if 'note' in val: note = '(' + val['note'] + ')' - snippet += "" snippet += label + ":" + \ '%s' % ( key, value, note) - snippet += "" snippet += '