diff --git a/core/templates/update.php b/core/templates/update.php index 41da712c6c..c9f3144f25 100644 --- a/core/templates/update.php +++ b/core/templates/update.php @@ -15,7 +15,11 @@ }); updateEventSource.listen('failure', function(message) { $('').addClass('error').append(message).append('
').appendTo($('.update')); - $('').addClass('error bold').append('
').append(t('core', 'The update was unsuccessful. Please report this issue to the ownCloud community.')).appendTo($('.update')); + $('') + .addClass('error bold') + .append('
') + .append(t('core', 'The update was unsuccessful. Please report this issue to the ownCloud community.')) + .appendTo($('.update')); }); updateEventSource.listen('done', function(message) { $('').addClass('bold').append('
').append(t('core', 'The update was successful. Redirecting you to ownCloud now.')).appendTo($('.update'));