summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-12-03 12:51:09 +0100
committerDaniel Weipert <code@drogueronin.de>2023-12-03 12:51:09 +0100
commit4cf5b0aeb95015e85f41c9962e85dcd20e92800d (patch)
tree92e1fa4425ddf29cb868e085ad5907f8907b8edb
parent7a3106bb8dfcdce4665491a0eb430ab1872252ba (diff)
fix missing doctype
-rw-r--r--src/layout.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/layout.php b/src/layout.php
index 69b25ef..51aa5ef 100644
--- a/src/layout.php
+++ b/src/layout.php
@@ -28,6 +28,7 @@ function layout($head = '', $content = '')
$t = $i18n['translate'];
?>
+ <!doctype html>
<html lang="<?php echo $_GET['lang'] ?? 'de'; ?>">
<head>
<meta charset="utf-8">