diff --git a/misc/progress.js b/misc/progress.js index a8ade3cf65a..b871b8d8683 100644 --- a/misc/progress.js +++ b/misc/progress.js @@ -96,7 +96,7 @@ Drupal.progressBar.prototype.sendPing = function () { * Display errors on the page. */ Drupal.progressBar.prototype.displayError = function (string) { - var error = $('
').html(string); + var error = $('').html(string); $(this.element).before(error).hide(); if (this.errorCallback) {