diff --git a/UI/ServerStatus.js b/UI/ServerStatus.js index 8895c49f4..ff01fb00e 100644 --- a/UI/ServerStatus.js +++ b/UI/ServerStatus.js @@ -12,7 +12,7 @@ var footerText = window.ServerStatus.version; $(document).ready(function () { if (window.ServerStatus.branch != 'master') { - footerText = '
' + window.ServerStatus.branch; + footerText += '
' + window.ServerStatus.branch; } $('#footer-region .version').html(footerText); });