Skip to content

Commit 94d705a

Browse files
Merge pull request #12593 from rabbitmq/mergify/bp/v4.0.x/pr-12592
Use fmt_string in this error message (backport #12592)
2 parents 33bf4a0 + b0cdbf3 commit 94d705a

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

+1-1
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)