diff --git a/phpBB/styles/all/template/cron.html b/phpBB/styles/all/template/cron.html index 89ceaaba78..5e4c901263 100644 --- a/phpBB/styles/all/template/cron.html +++ b/phpBB/styles/all/template/cron.html @@ -4,4 +4,4 @@ to hide visually and `aria-hidden="true"` to hide from screen-readers; using `hidden` or `display: none` would prevent the task from running. #} - + diff --git a/tests/cron/wrapper_test.php b/tests/cron/wrapper_test.php index aca299782d..ba05604b53 100644 --- a/tests/cron/wrapper_test.php +++ b/tests/cron/wrapper_test.php @@ -67,7 +67,7 @@ class phpbb_cron_wrapper_test extends phpbb_template_template_test_case $this->template ); - $this->assertEquals('', str_replace(["\n", "\t"], '', $this->wrapper->get_html_tag())); + $this->assertEquals('', str_replace(["\n", "\t"], '', $this->wrapper->get_html_tag())); } public function test_is_parametrized_false()