Merge pull request #1400 from adunning/patch-1
Use en dash in title; <meta> is a void element.
This commit is contained in:
		| @@ -4,13 +4,13 @@ | |||||||
| 	<head> | 	<head> | ||||||
| 		<meta charset="utf-8"> | 		<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="description" content="A framework for easily creating beautiful presentations using HTML"> | ||||||
| 		<meta name="author" content="Hakim El Hattab"> | 		<meta name="author" content="Hakim El Hattab"> | ||||||
|  |  | ||||||
| 		<meta name="apple-mobile-web-app-capable" content="yes" /> | 		<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-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"> | 		<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui"> | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user