Skip to content

Commit 6e07a67

Browse files
author
Andrey Helldar
committed
Missing required 'lang' attribute
1 parent a8ba4db commit 6e07a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/routes.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="{{ app()->getLocale() }}">
33
<head>
44
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui">
55

0 commit comments

Comments
 (0)