Skip to content

Commit

Permalink
Add app.locale as default value of HTML lang attribute (#17827)
Browse files Browse the repository at this point in the history
Add application locale configuration to the HTML lang attribute
  • Loading branch information
kneipp authored and taylorotwell committed Feb 8, 2017
1 parent 4ca234c commit b7e5a88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="{{ config('app.locale') }}">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
Expand Down

0 comments on commit b7e5a88

Please sign in to comment.