Skip to content

Commit 69aed84

Browse files
Merge pull request #12592 from rabbitmq/mk-management-ui-escpn
Use fmt_string in this error message
2 parents d0b5605 + 8ad8d31 commit 69aed84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_management/priv/www/js/tmpl/overview.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
if (vhosts[i].cluster_state[vhost_status_node] != 'running') {
2828
%>
2929
<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
30+
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
3131
</p>
3232
<% }}} %>
3333
</div>

0 commit comments

Comments
 (0)