diff --git a/phpBB/styles/all/templates/macros/icons/font.html b/phpBB/styles/all/templates/macros/icons/font.html
index db43dd0d39..a882a25c40 100644
--- a/phpBB/styles/all/templates/macros/icons/font.html
+++ b/phpBB/styles/all/templates/macros/icons/font.html
@@ -1,4 +1,4 @@
{% spaceless %}
-
+
{% if TITLE %}{{ lang(TITLE) }}{% endif %}
{% endspaceless %}
diff --git a/phpBB/styles/all/templates/macros/icons/iconify.html b/phpBB/styles/all/templates/macros/icons/iconify.html
index 436999069e..6c3c269186 100644
--- a/phpBB/styles/all/templates/macros/icons/iconify.html
+++ b/phpBB/styles/all/templates/macros/icons/iconify.html
@@ -1,4 +1,4 @@
{% spaceless %}
-
+
{% if TITLE %}{{ lang(TITLE) }}{% endif %}
{% endspaceless %}
diff --git a/phpBB/styles/all/templates/macros/icons/png.html b/phpBB/styles/all/templates/macros/icons/png.html
index 48f8b81b88..426f7a3a5e 100644
--- a/phpBB/styles/all/templates/macros/icons/png.html
+++ b/phpBB/styles/all/templates/macros/icons/png.html
@@ -1,3 +1,3 @@
{% spaceless %}
-
+
{% endspaceless %}
diff --git a/phpBB/styles/all/templates/macros/icons/svg.html b/phpBB/styles/all/templates/macros/icons/svg.html
index 24a4459058..2bd69fd85a 100644
--- a/phpBB/styles/all/templates/macros/icons/svg.html
+++ b/phpBB/styles/all/templates/macros/icons/svg.html
@@ -1,7 +1,7 @@
{% spaceless %}
{% set TITLE_ID = TITLE ? TITLE|lower|replace({' ': '_'}) ~ '-' ~ random() %}
-