10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29d73d7 commit d3fb01cCopy full SHA for d3fb01c
src/Symfony/Component/ErrorHandler/Tests/ErrorRenderer/HtmlErrorRendererTest.php
@@ -37,7 +37,7 @@ public function getRenderData(): iterable
37
38
$expectedNonDebug = <<<HTML
39
<!DOCTYPE html>
40
-<html>
+<html lang="en">
41
%A<title>An Error Occurred: Internal Server Error</title>
42
%A<h2>The server returned a "500 Internal Server Error".</h2>%A
43
HTML;
0 commit comments