diff options
author | Hakim El Hattab | 2015-10-26 14:34:25 +0100 |
---|---|---|
committer | Hakim El Hattab | 2015-10-26 14:34:25 +0100 |
commit | 15414ce5bb3037fbcfa81ef6169e0ca5fbda45bc (patch) | |
tree | 42855d10858896acceb53a2958e0c58b175cd924 | |
parent | 103f01287bd1880154df4ae14cb419aca2c75679 (diff) | |
parent | 015870ca8af5144ec7e359567df97ac258179068 (diff) |
Merge pull request #1400 from adunning/patch-1
Use en dash in title; <meta> is a void element.
-rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,13 +4,13 @@ <head> <meta charset="utf-8"> - <title>reveal.js - The HTML Presentation Framework</title> + <title>reveal.js – The HTML Presentation Framework</title> <meta name="description" content="A framework for easily creating beautiful presentations using HTML"> <meta name="author" content="Hakim El Hattab"> - <meta name="apple-mobile-web-app-capable" content="yes" /> - <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> + <meta name="apple-mobile-web-app-capable" content="yes"> + <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui"> |