Fix double container on 'Possible CSRF attack' page

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2018-08-01 18:54:48 +02:00
parent ede469a240
commit 4574698443
No known key found for this signature in database
GPG Key ID: CBD846FC845CBE17
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
$(window).off('beforeunload.inprogress'); $(window).off('beforeunload.inprogress');
self.setErrorMessage(message); self.setErrorMessage(message);
message = t('core', 'Please reload the page.'); message = t('core', 'Please reload the page.');
$('<span>').addClass('error').append('<a href=".">'+message+'</a><br />').appendTo($el); $('<p>').append('<a href=".">'+message+'</a>').appendTo($el);
updateEventSource.close(); updateEventSource.close();
}); });
updateEventSource.listen('failure', function(message) { updateEventSource.listen('failure', function(message) {