Unescape get_language_attributes()

This commit is contained in:
Matt Mirus
2018-09-06 11:30:46 -04:00
parent 81925de598
commit 931ffd39c7

View File

@@ -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