mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
Uppercase doctype
In similar fashion as https://github.com/laravel/framework/pull/28583
This commit is contained in:
parent
f8e455e358
commit
762e987e5b
@ -1,4 +1,4 @@
|
||||
<!doctype html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
Loading…
x
Reference in New Issue
Block a user