Skip to content

Commit 955faf3

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parent f09f9e0 commit 955faf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/resources.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def json(key)
105105
def text_html(response, status, head = {})
106106
hs = headers(status, head.merge('Content-Type' => 'text/html'))
107107
res = CGI.escapeHTML(response)
108-
hs + %(<pre><code>) + res + "</code></pre>"
108+
hs + %(<pre class="body-response"><code>) + res + "</code></pre>"
109109
end
110110

111111
def webhook_headers(event_name)

0 commit comments

Comments
 (0)