Mercurial > dirlist-php
comparison index.php @ 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 | 79d3478c33a3 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 36:9a2e0b2a2d1d | 37:08c4e9388f54 | 
|---|---|
| 114 } | 114 } | 
| 115 ?> | 115 ?> | 
| 116 <?php header('Content-Type: text/html; charset=utf-8'); ?> | 116 <?php header('Content-Type: text/html; charset=utf-8'); ?> | 
| 117 <!doctype html> | 117 <!doctype html> | 
| 118 <head> | 118 <head> | 
| 119 <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> | 119 <meta charset="utf-8"> | 
| 120 <title>Index of <?php echo h($uri); ?></title> | 120 <title>Index of <?php echo h($uri); ?></title> | 
| 121 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> | 121 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> | 
| 122 <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/0.9.9/magnific-popup.css"> | 122 <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/0.9.9/magnific-popup.css"> | 
| 123 <style type="text/css"> | 123 <style type="text/css"> | 
| 124 .mfp-content figure { margin: 0; } | 124 .mfp-content figure { margin: 0; } | 
