diff --git a/app/frontend/templates/public/status.html b/app/frontend/templates/public/status.html index 399dca54..ace58e59 100644 --- a/app/frontend/templates/public/status.html +++ b/app/frontend/templates/public/status.html @@ -126,7 +126,7 @@ {% if server['stats']['int_ping_results'] != 'False' %}
{% if server['stats']['desc'] != 'False' %} - icon + icon {% end %}
{% if server['stats']['desc'] != 'False' %} @@ -196,7 +196,7 @@ } else { motd = `icon `; - m_motd = `icon `; + m_motd = `icon `; } motd = motd + `` + server.desc + `
`;