Skip to content

Commit 762e987

Browse files
committed
Uppercase doctype
In similar fashion as laravel/framework#28583
1 parent f8e455e commit 762e987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/welcome.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
33
<head>
44
<meta charset="utf-8">

0 commit comments

Comments
 (0)