diff --git a/modules/core/output_modules.php b/modules/core/output_modules.php index ea06d0512..2bdf72418 100644 --- a/modules/core/output_modules.php +++ b/modules/core/output_modules.php @@ -324,6 +324,9 @@ protected function output() { $class = $dir."_page"; return ''. + ''. + ''. + ''. ''; } } diff --git a/tests/phpunit/modules/core/modules.php b/tests/phpunit/modules/core/modules.php index 8700c4c15..9f13171cb 100644 --- a/tests/phpunit/modules/core/modules.php +++ b/tests/phpunit/modules/core/modules.php @@ -741,7 +741,7 @@ public function test_msgs() { public function test_header_start() { $test = new Output_Test('header_start', 'core'); $res = $test->run(); - $this->assertEquals(array(''), $res->output_response); + $this->assertEquals(array(''), $res->output_response); } /** * @preserveGlobalState disabled