Browse Source

fix doctype declarations

Kai Rienow 9 years ago
parent
commit
936aa9159e
2 changed files with 2 additions and 0 deletions
  1. 1 0
      resources/views/errors/503.blade.php
  2. 1 0
      resources/views/welcome.blade.php

+ 1 - 0
resources/views/errors/503.blade.php

@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
     <head>
         <title>Be right back.</title>

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

@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
     <head>
         <title>Laravel</title>