Browse Source

Merge pull request #4241 from B-07/patch-2

doctype uppercase to lowercase
Taylor Otwell 7 years ago
parent
commit
a521d4e718
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/welcome.blade.php

+ 1 - 1
resources/views/welcome.blade.php

@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+<!doctype html>
 <html lang="{{ config('app.locale') }}">
     <head>
         <meta charset="utf-8">