aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-04-17 18:45:43 +0200
committerSven Gothel <[email protected]>2019-04-17 18:45:43 +0200
commit58064c1a6bb0a6fd3070d9dee01448156ce3a143 (patch)
tree19cb15d88c3ddb29de79c5aebf9fac8fa5591bbd
parentfb14ae09ed499fc25f18e3a1f078332a89f2c595 (diff)
index.html fix character encoding
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index 1311ee4..914a9a7 100644
--- a/index.html
+++ b/index.html
@@ -5,6 +5,7 @@
]>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>w3-include-xhtml index</title>
<link href="style.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="js/w3-include-xhtml.js"></script>