Skip to content

Commit

Permalink
Missing required 'lang' attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Helldar committed Oct 7, 2020
1 parent a8ba4db commit 6e07a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/routes.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="{{ app()->getLocale() }}">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui">

Expand Down

0 comments on commit 6e07a67

Please sign in to comment.