diff --git a/templates/Header.php b/templates/Header.php
index 5041bbb0..2b6a23eb 100644
--- a/templates/Header.php
+++ b/templates/Header.php
@@ -18,8 +18,6 @@ if(!isset($manual)){
$colorScheme = $_COOKIE['color-scheme'] ?? 'auto';
-# We hash with crc32 because it's faster than md5 and "good enough" for this simple cache-busting use case
-
header('content-type: application/xhtml+xml');
print('');
print("\n");
@@ -35,14 +33,14 @@ print("\n");
-
+
if($colorScheme == 'auto' || $colorScheme == 'dark'){ ?>
-
+
} ?>
if($manual){ ?>
-
+
if($colorScheme == 'auto' || $colorScheme == 'dark'){ ?>
-
+
} ?>
} ?>