diff --git a/js/misc/progress.js b/js/misc/progress.js index 6eaaa68d141c4895f41161410f76a4883a5a261e..31d40494618eee8567ce7785a4a711cc0efbc480 100644 --- a/js/misc/progress.js +++ b/js/misc/progress.js @@ -61,7 +61,7 @@ * @param {string} string */ displayError: function (string) { - var error = $('
×

' + Drupal.t('Error message') + '

').append(string); + var error = $('

' + Drupal.t('Error message') + '

').append(string); $(this.element).before(error).hide(); if (this.errorCallback) { diff --git a/templates/system/status-messages.html.twig b/templates/system/status-messages.html.twig index 327bfb586a5419b1611f452f41abde32d8098042..0920b96f578e1d785bc58579edeb1dfdb9129cfb 100644 --- a/templates/system/status-messages.html.twig +++ b/templates/system/status-messages.html.twig @@ -50,7 +50,7 @@ ] %} - + {% if status_headings[type] %}

{{ status_headings[type] }}

{% endif %}