Skip to content

Commit

Permalink
Merge pull request #2108 from roots/unescape-language-attributes
Browse files Browse the repository at this point in the history
Unescape get_language_attributes()
  • Loading branch information
mmirus authored Sep 6, 2018
2 parents 81925de + 931ffd3 commit 798e1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/layouts/app.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<html {{ get_language_attributes() }}>
<html {!! get_language_attributes() !!}>
@include('partials.head')
<body @php body_class() @endphp>
@php do_action('get_header') @endphp
Expand Down

0 comments on commit 798e1a2

Please sign in to comment.