Merge pull request #4241 from B-07/patch-2
doctype uppercase to lowercase
This commit is contained in:
commit
a521d4e718
|
@ -1,4 +1,4 @@
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="{{ config('app.locale') }}">
|
<html lang="{{ config('app.locale') }}">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
|
Loading…
Reference in New Issue