We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80bfb93 + 3ca2d61 commit 3325375Copy full SHA for 3325375
browser.html
@@ -126,7 +126,7 @@ <h2>Response Headers</h2>
126
<% _.each(headers, function(value, name) {
127
%><%= _.escape(name) %>: <%
128
if(HAL.isFollowableHeader(name)) {
129
- %><a href="<%= HAL.normalizeUrl(_.escape(value)) %>" class="follow"><%
+ %><a href="<%= HAL.normalizeUrl(value) %>" class="follow"><%
130
}
131
%><%= _.escape(value)
132
%><% if(HAL.isFollowableHeader(name)) {
0 commit comments