aboutsummaryrefslogtreecommitdiff
path: root/resources/views/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/layouts')
-rw-r--r--resources/views/layouts/default-hljs.blade.php2
-rw-r--r--resources/views/layouts/default.blade.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/resources/views/layouts/default-hljs.blade.php b/resources/views/layouts/default-hljs.blade.php
index a9380b0..dab8a11 100644
--- a/resources/views/layouts/default-hljs.blade.php
+++ b/resources/views/layouts/default-hljs.blade.php
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!DOCTYPE html>
<html lang="en">
<head>
@include('includes.head-hljs')
diff --git a/resources/views/layouts/default.blade.php b/resources/views/layouts/default.blade.php
index f2dc5f9..be3ae92 100644
--- a/resources/views/layouts/default.blade.php
+++ b/resources/views/layouts/default.blade.php
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!DOCTYPE html>
<html lang="en">
<head>
@include('includes.head')