Use fmt_string in this error message

This commit is contained in:
Michael Klishin 2024-10-25 22:14:41 -04:00
parent b351149e2f
commit 8ad8d3197e
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
if (vhosts[i].cluster_state[vhost_status_node] != 'running') { if (vhosts[i].cluster_state[vhost_status_node] != 'running') {
%> %>
<p class="warning"> <p class="warning">
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
</p> </p>
<% }}} %> <% }}} %>
</div> </div>