We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33bf4a0 + b0cdbf3 commit 94d705aCopy full SHA for 94d705a
deps/rabbitmq_management/priv/www/js/tmpl/overview.ejs
@@ -27,7 +27,7 @@
27
if (vhosts[i].cluster_state[vhost_status_node] != 'running') {
28
%>
29
<p class="warning">
30
- Virtual host <b><%= vhosts[i].name %></b> experienced an error on node <b><%= vhost_status_node %></b> and may be inaccessible
+ Virtual host <b><%= fmt_string(vhosts[i].name) %></b> experienced an error on node <b><%= fmt_string(vhost_status_node) %></b> and may be inaccessible
31
</p>
32
<% }}} %>
33
</div>
0 commit comments