Merge pull request #4130 from atefBB/patch-1

Add App locale as default value of 'lang' attribute
This commit is contained in:
Taylor Otwell 2017-01-31 07:41:46 -06:00 committed by GitHub
commit 1306ff2583
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="{{ config('app.locale') }}">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">