Skip to content

Commit

Permalink
Fix for #43
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuperus committed Sep 8, 2014
1 parent 2e831af commit 69789f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h2>Custom Request Headers</h2>
<h2>Response Headers</h2>
<pre><%= status.code %> <%= status.text %>

<%= headers %></pre>
<%= _.escape(headers) %></pre>
</script>

<script id="response-body-template" type="text/template">
Expand Down

0 comments on commit 69789f0

Please sign in to comment.