Skip to content

Commit f60b092

Browse files
authored
Accessibility add lang tag (#121)
1 parent bb50b9b commit f60b092

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Template/Layout/default.ctp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717
?>
1818
<!DOCTYPE html>
19-
<html>
19+
<html lang="en">
2020
<head>
2121
<?= $this->Html->charset() ?>
2222
<meta http-equiv="X-UA-Compatible" content="IE=edge">

0 commit comments

Comments
 (0)