Merge pull request #2108 from roots/unescape-language-attributes

Unescape get_language_attributes()
This commit is contained in:
Matt Mirus
2018-09-06 11:44:57 -04:00
committed by GitHub

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