diff --git a/src/bundle/Resources/public/js/scripts/helpers/form.validation.helper.js b/src/bundle/Resources/public/js/scripts/helpers/form.validation.helper.js index bbf1cd46ce..9057dae6d7 100644 --- a/src/bundle/Resources/public/js/scripts/helpers/form.validation.helper.js +++ b/src/bundle/Resources/public/js/scripts/helpers/form.validation.helper.js @@ -2,7 +2,7 @@ import { getTranslator } from './context.helper'; import { getIconPath } from './icon.helper'; const formatErrorLine = (errorMessage) => { - const errorIcon = ` + const errorIcon = ` `; const container = document.createElement('em'); diff --git a/src/bundle/Resources/views/themes/admin/account/bookmarks/list.html.twig b/src/bundle/Resources/views/themes/admin/account/bookmarks/list.html.twig index ade4eecb2c..273bf304d0 100644 --- a/src/bundle/Resources/views/themes/admin/account/bookmarks/list.html.twig +++ b/src/bundle/Resources/views/themes/admin/account/bookmarks/list.html.twig @@ -27,7 +27,7 @@ {% endset %} {% set col_icon %} - + {% endset %} @@ -61,7 +61,7 @@ data-content-id="{{ bookmark.contentInfo.id }}" data-language-code="{{ bookmark.contentInfo.mainLanguageCode }}" > - + diff --git a/src/bundle/Resources/views/themes/admin/account/change_password/form_fields.html.twig b/src/bundle/Resources/views/themes/admin/account/change_password/form_fields.html.twig index 0ede0d3d7b..9af7d06c19 100644 --- a/src/bundle/Resources/views/themes/admin/account/change_password/form_fields.html.twig +++ b/src/bundle/Resources/views/themes/admin/account/change_password/form_fields.html.twig @@ -35,7 +35,7 @@ {%- if errors|length > 0 -%} {%- for error in errors -%} - + {{ error.message }} diff --git a/src/bundle/Resources/views/themes/admin/account/profile/view.html.twig b/src/bundle/Resources/views/themes/admin/account/profile/view.html.twig index c1d75dae86..0f56a61756 100644 --- a/src/bundle/Resources/views/themes/admin/account/profile/view.html.twig +++ b/src/bundle/Resources/views/themes/admin/account/profile/view.html.twig @@ -38,7 +38,7 @@ {% if can_edit_profile and ibexa_is_current_user(user) %} - + diff --git a/src/bundle/Resources/views/themes/admin/account/settings/list.html.twig b/src/bundle/Resources/views/themes/admin/account/settings/list.html.twig index 925ca854e1..5541a70cfd 100644 --- a/src/bundle/Resources/views/themes/admin/account/settings/list.html.twig +++ b/src/bundle/Resources/views/themes/admin/account/settings/list.html.twig @@ -35,7 +35,7 @@ href="{{ path('ibexa.user_settings.update', { 'identifier': settings_group.identifier }) }}" class="btn ibexa-btn ibexa-btn--ghost ibexa-btn--small" > - + @@ -79,7 +79,7 @@ class="btn ibexa-btn ibexa-btn--ghost ibexa-btn--small {% if can_change_password == false %} disabled{% endif %}" > - + diff --git a/src/bundle/Resources/views/themes/admin/content/draft/draft_list.html.twig b/src/bundle/Resources/views/themes/admin/content/draft/draft_list.html.twig index 7313373d87..a1e57c3dfa 100644 --- a/src/bundle/Resources/views/themes/admin/content/draft/draft_list.html.twig +++ b/src/bundle/Resources/views/themes/admin/content/draft/draft_list.html.twig @@ -37,7 +37,7 @@ }]) %} {% set col_raw %} - + {% endset %} @@ -155,7 +155,7 @@ data-bs-toggle="modal" data-bs-target="#{{ modal_data_target }}" > - + diff --git a/src/bundle/Resources/views/themes/admin/content/form_fields.html.twig b/src/bundle/Resources/views/themes/admin/content/form_fields.html.twig index bfe23a21bf..0f3b0b393a 100644 --- a/src/bundle/Resources/views/themes/admin/content/form_fields.html.twig +++ b/src/bundle/Resources/views/themes/admin/content/form_fields.html.twig @@ -27,7 +27,7 @@ {%- if errors|length > 0 -%} {%- for error in errors -%} - + {{ error.message }} diff --git a/src/bundle/Resources/views/themes/admin/content/location_view.html.twig b/src/bundle/Resources/views/themes/admin/content/location_view.html.twig index 82300c234f..c2459ee785 100644 --- a/src/bundle/Resources/views/themes/admin/content/location_view.html.twig +++ b/src/bundle/Resources/views/themes/admin/content/location_view.html.twig @@ -105,7 +105,7 @@ {% endblock %} {% block bottom %} - + {{ content_type.name }} diff --git a/src/bundle/Resources/views/themes/admin/content/modal/draft_conflict.html.twig b/src/bundle/Resources/views/themes/admin/content/modal/draft_conflict.html.twig index 5549dd46ad..6a3dcd7d34 100644 --- a/src/bundle/Resources/views/themes/admin/content/modal/draft_conflict.html.twig +++ b/src/bundle/Resources/views/themes/admin/content/modal/draft_conflict.html.twig @@ -47,7 +47,7 @@ type="button" class="btn ibexa-btn ibexa-btn--tertiary ibexa-btn--small ibexa-btn--add-draft" > - + diff --git a/src/bundle/Resources/views/themes/admin/content/tab/locations/tab.html.twig b/src/bundle/Resources/views/themes/admin/content/tab/locations/tab.html.twig index 76f815b075..72062f6e92 100644 --- a/src/bundle/Resources/views/themes/admin/content/tab/locations/tab.html.twig +++ b/src/bundle/Resources/views/themes/admin/content/tab/locations/tab.html.twig @@ -68,7 +68,7 @@