From: Michael Gapczynski Date: Sat, 5 Jan 2013 17:21:57 +0000 (-0500) Subject: Reformat long line X-Git-Tag: v5.0.0alpha1~258^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5ea8adc7c7a3659fb95e9111078acf995cea39fb;p=nextcloud-server.git Reformat long line --- diff --git a/core/templates/update.php b/core/templates/update.php index 41da712c6ca..c9f3144f257 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'));