Skip to content

Commit 1cbdc5e

Browse files
committed
forgot the lang="en" tag in the top of the english HTML page
1 parent bc9b14a commit 1cbdc5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Views/errors/html/error_exception.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php $error_id = uniqid('error', true); ?>
22
<!doctype html>
3-
<html>
3+
<html lang="en">
44
<head>
55
<meta charset="UTF-8">
66
<meta name="robots" content="noindex">

0 commit comments

Comments
 (0)