summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter/core/Output_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/codeigniter/core/Output_test.php')
-rw-r--r--tests/codeigniter/core/Output_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codeigniter/core/Output_test.php b/tests/codeigniter/core/Output_test.php
index 887c077d7..8c99c1fc5 100644
--- a/tests/codeigniter/core/Output_test.php
+++ b/tests/codeigniter/core/Output_test.php
@@ -8,7 +8,7 @@ class Output_test extends CI_TestCase {
public function set_up()
{
$this->_output_data =<<<HTML
- <html>
+ <html lang="en">
<head>
<title>Basic HTML</title>
</head>