Unescape get_language_attributes()

This commit is contained in:
Matt Mirus
2018-09-06 11:30:46 -04:00
parent a441f15204
commit 0d134643b9

View File

@@ -1,5 +1,5 @@
<!doctype html> <!doctype html>
<html {{ get_language_attributes() }}> <html {!! get_language_attributes() !!}>
@include('partials.head') @include('partials.head')
<body @php body_class() @endphp> <body @php body_class() @endphp>
@php do_action('get_header') @endphp @php do_action('get_header') @endphp