diff --git a/phpBB/styles/prosilver/template/icons/iconify.html b/phpBB/styles/prosilver/template/icons/iconify.html index 74820bafc0..480313faca 100644 --- a/phpBB/styles/prosilver/template/icons/iconify.html +++ b/phpBB/styles/prosilver/template/icons/iconify.html @@ -1,4 +1,4 @@ {% spaceless %} - + {% if TITLE %}{{ lang(TITLE) }}{% endif %} {% endspaceless %} diff --git a/tests/template/extension_test.php b/tests/template/extension_test.php index fec06fe296..a5af922c02 100644 --- a/tests/template/extension_test.php +++ b/tests/template/extension_test.php @@ -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 */