]> source.dussan.org Git - nextcloud-server.git/commitdiff
Reformat long line
authorMichael Gapczynski <mtgap@owncloud.com>
Sat, 5 Jan 2013 17:21:57 +0000 (12:21 -0500)
committerMichael Gapczynski <mtgap@owncloud.com>
Sat, 5 Jan 2013 17:21:57 +0000 (12:21 -0500)
core/templates/update.php

index 41da712c6caf4b135b59cfa17434c86db1e70d58..c9f3144f25770dcc29086b64a75c0efaeaa56d01 100644 (file)
                });
                updateEventSource.listen('failure', function(message) {
                        $('<span>').addClass('error').append(message).append('<br />').appendTo($('.update'));
-                       $('<span>').addClass('error bold').append('<br />').append(t('core', 'The update was unsuccessful. Please report this issue to the <a href="https://github.com/owncloud/core/issues" target="_blank">ownCloud community</a>.')).appendTo($('.update'));
+                       $('<span>')
+                               .addClass('error bold')
+                               .append('<br />')
+                               .append(t('core', 'The update was unsuccessful. Please report this issue to the <a href="https://github.com/owncloud/core/issues" target="_blank">ownCloud community</a>.'))
+                               .appendTo($('.update'));
                });
                updateEventSource.listen('done', function(message) {
                        $('<span>').addClass('bold').append('<br />').append(t('core', 'The update was successful. Redirecting you to ownCloud now.')).appendTo($('.update'));