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 %} - {{ lang(TITLE) }} + {{ lang(TITLE) }} {% 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() %} - Phone icon', + 'Phone icon', ], /** Font: all options */ @@ -299,7 +299,7 @@ class phpbb_template_extension_test extends phpbb_template_template_test_case [ 'ICON_PENCIL' => 'Pencil icon', ], - ' + ' Pencil icon' ], /** Iconify: default */ @@ -313,7 +313,7 @@ class phpbb_template_extension_test extends phpbb_template_template_test_case 'attributes' => [], ], [], - '', + '', ], /** Iconify: all options */ [ @@ -330,7 +330,7 @@ class phpbb_template_extension_test extends phpbb_template_template_test_case [ 'ICON_PENCIL' => 'Pencil icon', ], - ' + ' Pencil icon', ], /** PNG: default */ @@ -346,7 +346,7 @@ class phpbb_template_extension_test extends phpbb_template_template_test_case [ 'ICON_PHONE' => 'Phone icon', ], - 'Phone icon', + 'Phone icon', ], /** PNG: all options */ [ @@ -363,7 +363,7 @@ class phpbb_template_extension_test extends phpbb_template_template_test_case [ 'ICON_PENCIL' => 'Pencil icon', ], - 'Pencil icon', + 'Pencil icon', ], /** SVG: default */ [ @@ -378,7 +378,7 @@ class phpbb_template_extension_test extends phpbb_template_template_test_case [ 'ICON_PHONE' => 'Phone icon', ], - ' + ' Phone icon @@ -399,7 +399,7 @@ class phpbb_template_extension_test extends phpbb_template_template_test_case [ 'ICON_PENCIL' => 'Pencil icon', ], - '