diff --git a/core/js/update.js b/core/js/update.js index 79bf7c5ffbe..bc8df0e20c0 100644 --- a/core/js/update.js +++ b/core/js/update.js @@ -48,7 +48,7 @@ message = message || t('core', 'An error occurred.'); $('').addClass('error').append(message).append('
').appendTo($el); message = t('core', 'Please reload the page.'); - $('').addClass('error').append(message).append('
').appendTo($el); + $('').addClass('error').append(''+message+'
').appendTo($el); updateEventSource.close(); }); updateEventSource.listen('failure', function(message) {