From 69789f0e94ffc5b9b2ba0f7bc7723e37ac226c1b Mon Sep 17 00:00:00 2001 From: jkuperus Date: Mon, 8 Sep 2014 22:55:07 +0200 Subject: [PATCH] Fix for https://github.com/mikekelly/hal-browser/issues/43 --- browser.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser.html b/browser.html index 1a23366..f4916c9 100644 --- a/browser.html +++ b/browser.html @@ -123,7 +123,7 @@

Custom Request Headers

Response Headers

<%= status.code %> <%= status.text %>
 
-<%= headers %>
+<%= _.escape(headers) %>