commit 554f1a9c2a4d5ff8071d0d249e19698905857f09
parent f9ea4ea43b07b853d9ac32ae37b3c5f9d7d1ad60
Author: Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>
Date: Sat, 15 Aug 2015 23:29:12 +0200
index.html: Specify charset in meta tag.
Some browsers still don't default to UTF-8.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
@@ -3,6 +3,7 @@
<head>
<title>Generic accessor and modifier operators</title>
<link href="../admin.css" rel="stylesheet">
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
</head>
<body>
@@ -35,4 +36,4 @@
<hr>
<address><a href="mailto:srfi minus editors at srfi dot schemers dot org">The SRFI Editors</a></address>
</body>
-</html>
-\ No newline at end of file
+</html>