diff options
author | Andrew Dunning <adunning@users.noreply.github.com> | 2015-10-14 17:06:16 -0400 |
---|---|---|
committer | Andrew Dunning <adunning@users.noreply.github.com> | 2015-10-14 17:06:16 -0400 |
commit | 015870ca8af5144ec7e359567df97ac258179068 (patch) | |
tree | cde1a16e8d6805377a726b713d4dc578e2bebd91 /index.html | |
parent | 34b82baa6724a336ede020b33e1bd002529def18 (diff) | |
download | fosdem-2018-presentation-015870ca8af5144ec7e359567df97ac258179068.tar fosdem-2018-presentation-015870ca8af5144ec7e359567df97ac258179068.tar.gz |
Use en dash in title; <meta> is a void element.
Diffstat (limited to 'index.html')
-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"> |