diff --git a/spring-cloud-netflix-hystrix-dashboard/src/main/resources/static/hystrix/components/hystrixCommand/templates/hystrixCircuit.html b/spring-cloud-netflix-hystrix-dashboard/src/main/resources/static/hystrix/components/hystrixCommand/templates/hystrixCircuit.html
index 58b8aaa03..7132a497b 100644
--- a/spring-cloud-netflix-hystrix-dashboard/src/main/resources/static/hystrix/components/hystrixCommand/templates/hystrixCircuit.html
+++ b/spring-cloud-netflix-hystrix-dashboard/src/main/resources/static/hystrix/components/hystrixCommand/templates/hystrixCircuit.html
@@ -42,7 +42,7 @@
<% } else {
/* We have some circuits that are open */
%>
- Circuit <%= isCircuitBreakerOpen.replace("true", "Open").replace("false", "Closed") %>)
+ Circuit <%= isCircuitBreakerOpen.toString().replace("true", "Open").replace("false", "Closed") %>)
<% } %>
<% } %>