diff --git a/hystrix-dashboard/src/main/webapp/monitor/monitor.html b/hystrix-dashboard/src/main/webapp/monitor/monitor.html
index 4aac8bcb7..da729b426 100644
--- a/hystrix-dashboard/src/main/webapp/monitor/monitor.html
+++ b/hystrix-dashboard/src/main/webapp/monitor/monitor.html
@@ -94,9 +94,9 @@
}
if(getUrlVars()["title"] != undefined) {
- $('#title_name').html("Hystrix Stream: " + decodeURIComponent(getUrlVars()["title"]))
+ $('#title_name').text("Hystrix Stream: " + decodeURIComponent(getUrlVars()["title"]))
} else {
- $('#title_name').html("Hystrix Stream: " + decodeURIComponent(stream))
+ $('#title_name').text("Hystrix Stream: " + decodeURIComponent(stream))
}
//do not show authorization in stream title