diff --git a/hystrix-dashboard/src/main/webapp/index.html b/hystrix-dashboard/src/main/webapp/index.html index 2fbc86395..a73f00a92 100644 --- a/hystrix-dashboard/src/main/webapp/index.html +++ b/hystrix-dashboard/src/main/webapp/index.html @@ -24,7 +24,7 @@ streams.push(s); $('#streams').html('' + _.reduce(streams, function(html, s) { - return html + ''; + return html + ''; }, '') + '
' + s.name + '' + s.stream + ' Remove
' + _.escape(s.name) + '' + _.escape(s.stream) + ' Remove
'); $('#message').html("");