changeset 37:08c4e9388f54

Use new meta charset form. Reference: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta#attr-charset
author edogawaconan <me@myconan.net>
date Fri, 14 Nov 2014 20:26:55 +0900
parents 9a2e0b2a2d1d
children 25e3119e91b2
files index.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/index.php	Thu Nov 13 16:10:14 2014 +0900
+++ b/index.php	Fri Nov 14 20:26:55 2014 +0900
@@ -116,7 +116,7 @@
 <?php header('Content-Type: text/html; charset=utf-8'); ?>
 <!doctype html>
 <head>
-  <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+  <meta charset="utf-8">
   <title>Index of <?php echo h($uri); ?></title>
   <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
   <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/0.9.9/magnific-popup.css">