Skip to content

Commit b98e2ee

Browse files
author
AndrewP
authored
Fix html lang attribute
1 parent c84b426 commit b98e2ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tailwindcss-stubs/resources/views/layouts/app.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html lang="{{ app()->getLocale() }}">
2+
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">

0 commit comments

Comments
 (0)