We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f09f9e0 commit 955faf3Copy full SHA for 955faf3
1 file changed
lib/resources.rb
@@ -105,7 +105,7 @@ def json(key)
105
def text_html(response, status, head = {})
106
hs = headers(status, head.merge('Content-Type' => 'text/html'))
107
res = CGI.escapeHTML(response)
108
- hs + %(<pre><code>) + res + "</code></pre>"
+ hs + %(<pre class="body-response"><code>) + res + "</code></pre>"
109
end
110
111
def webhook_headers(event_name)
0 commit comments