add charset to html so we can validate html without http headers
Hanno Böck

Hanno Böck commited on 2024-01-27 13:23:26
Zeige 3 geänderte Dateien mit 3 Einfügungen und 3 Löschungen.

... ...
@@ -12,7 +12,7 @@ Nevertheless, in case you use a significant part of this code, we ask (but not r
12 12
 */
13 13
 ?><!DOCTYPE html>
14 14
 <html lang="de">
15
-<head>
15
+<head><meta charset="UTF-8">
16 16
 
17 17
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
18 18
 
... ...
@@ -12,7 +12,7 @@ Nevertheless, in case you use a significant part of this code, we ask (but not r
12 12
 */
13 13
 ?><!DOCTYPE html>
14 14
 <html lang="de">
15
-<head>
15
+<head><meta charset="UTF-8">
16 16
 
17 17
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
18 18
 
... ...
@@ -12,7 +12,7 @@ Nevertheless, in case you use a significant part of this code, we ask (but not r
12 12
 */
13 13
 ?><!DOCTYPE html>
14 14
 <html lang="de">
15
-<head>
15
+<head><meta charset="UTF-8">
16 16
 
17 17
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
18 18
 
19 19