Skip to content
Snippets Groups Projects
Unverified Commit e30b9213 authored by Conrad Zelck's avatar Conrad Zelck
Browse files

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: default avatarConrad Zelck <git@simpel.cc>
parent 53181efb
No related branches found
No related tags found
No related merge requests found
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
<html lang="de" dir="ltr"> <html lang="de" dir="ltr">
<head> <head>
<?php include dirname($_SERVER['DOCUMENT_ROOT']) . "/simpel.cc/php/head.php"; ?> <?php include dirname($_SERVER['DOCUMENT_ROOT']) . "/simpel.cc/php/head.php"; ?>
<!-- <meta charset="utf-8"> -->
<!-- <title>FreqBuddy</title> --> <!-- <title>FreqBuddy</title> -->
<meta charset="utf-8">
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
<script src="script.js"></script> <script src="script.js"></script>
</head> </head>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment