From e30b9213fdf37be94ea8abc7cb27e0816b21f69d Mon Sep 17 00:00:00 2001
From: Conrad Zelck <git@simpel.cc>
Date: Thu, 8 Feb 2024 18:02:42 +0100
Subject: [PATCH] fix: disable 2nd html meta charset

This is already set by head.php. So this html line is there only for
open source user who haven't head.php.

Signed-off-by: Conrad Zelck <git@simpel.cc>
---
 index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.php b/index.php
index dbbc647..b0e67f0 100644
--- a/index.php
+++ b/index.php
@@ -2,8 +2,8 @@
 <html lang="de" dir="ltr">
   <head>
     <?php include dirname($_SERVER['DOCUMENT_ROOT']) . "/simpel.cc/php/head.php"; ?>
+    <!-- <meta charset="utf-8"> -->
     <!-- <title>FreqBuddy</title> -->
-    <meta charset="utf-8">
     <link rel="stylesheet" href="style.css">
     <script src="script.js"></script>
   </head>
-- 
GitLab