Merge pull request #2108 from roots/unescape-language-attributes
Unescape get_language_attributes()
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user