Merge pull request #4781 from ankurk91/patch/lang-attribute

[5.7] Update lang attribute
This commit is contained in:
Taylor Otwell 2018-10-01 06:15:30 -07:00 committed by GitHub
commit 5b7f3b2061
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<!doctype html> <!doctype html>
<html lang="{{ app()->getLocale() }}"> <html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">