diff --git a/phpBB/styles/all/template/macros/icons/font.twig b/phpBB/styles/all/template/macros/icons/font.twig
index a882a25c40..f20bcc3a36 100644
--- a/phpBB/styles/all/template/macros/icons/font.twig
+++ b/phpBB/styles/all/template/macros/icons/font.twig
@@ -1,4 +1,3 @@
{% spaceless %}
-
- {% if TITLE %}{{ lang(TITLE) }}{% endif %}
+ {% if TITLE %}{{ lang(TITLE) }}{% endif %}
{% endspaceless %}
diff --git a/phpBB/styles/all/template/macros/icons/iconify.twig b/phpBB/styles/all/template/macros/icons/iconify.twig
index 43b8b88948..8ffcf7a4d3 100644
--- a/phpBB/styles/all/template/macros/icons/iconify.twig
+++ b/phpBB/styles/all/template/macros/icons/iconify.twig
@@ -1,4 +1,3 @@
{% spaceless %}
-
- {% if TITLE %}{{ lang(TITLE) }}{% endif %}
+ {% if TITLE %}{{ lang(TITLE) }}{% endif %}
{% endspaceless %}
diff --git a/phpBB/styles/all/template/macros/icons/png.twig b/phpBB/styles/all/template/macros/icons/png.twig
index 426f7a3a5e..f171d591b7 100644
--- a/phpBB/styles/all/template/macros/icons/png.twig
+++ b/phpBB/styles/all/template/macros/icons/png.twig
@@ -1,3 +1,3 @@
{% spaceless %}
-
+
{% endspaceless %}
diff --git a/phpBB/styles/all/template/macros/icons/svg.twig b/phpBB/styles/all/template/macros/icons/svg.twig
index e24777272e..601661dc35 100644
--- a/phpBB/styles/all/template/macros/icons/svg.twig
+++ b/phpBB/styles/all/template/macros/icons/svg.twig
@@ -2,7 +2,7 @@
{% set TITLE_ID = TITLE ? TITLE|lower|replace({' ': '_'}) ~ '-' ~ random() %}
diff --git a/phpBB/styles/prosilver/template/faq_body.html b/phpBB/styles/prosilver/template/faq_body.html
index f556fe7099..44d2767c69 100644
--- a/phpBB/styles/prosilver/template/faq_body.html
+++ b/phpBB/styles/prosilver/template/faq_body.html
@@ -36,7 +36,7 @@
- {{ Icon('iconify', 'fa:exclamation', '', true, 'c-topic-reported-icon') }} - {L_TOPIC_REPORTED} {L_MESSAGE_REPORTED} + {{ Icon('iconify', 'fa:exclamation', lang('TOPIC_REPORTED'), true, 'c-topic-reported-icon') }} + {L_MESSAGE_REPORTED}
{% endif %} @@ -340,13 +340,13 @@