]> _ Git - cubist_cms-front.git/commitdiff
wip #2413
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 22 Feb 2019 12:28:19 +0000 (13:28 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 22 Feb 2019 12:28:19 +0000 (13:28 +0100)
src/resources/views/head/htmldeclaration.blade.php [new file with mode: 0644]

diff --git a/src/resources/views/head/htmldeclaration.blade.php b/src/resources/views/head/htmldeclaration.blade.php
new file mode 100644 (file)
index 0000000..1428635
--- /dev/null
@@ -0,0 +1,2 @@
+<!doctype html>
+<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
\ No newline at end of file