summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Åstrand (astrand) <astrand@cendio.se>2013-04-05 09:22:19 +0200
committerPeter Åstrand (astrand) <astrand@cendio.se>2013-04-05 09:22:19 +0200
commitb597bdd1ec05140cca95d071bdaa640ad9c190a5 (patch)
treecc880f5832cda4bd8287ac0cf29bd52346ae2fd0
parente84101b3e73a3dd6464b84da080b0d5b48a1d2bb (diff)
downloadnovnc-b597bdd1ec05140cca95d071bdaa640ad9c190a5.tar.gz
Fix typo:
names="apple-mobile-web-app-status-bar-style" should be: name="apple-mobile-web-app-status-bar-style"
-rw-r--r--vnc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnc.html b/vnc.html
index 9d699c9..b2151ac 100644
--- a/vnc.html
+++ b/vnc.html
@@ -19,7 +19,7 @@
<!-- Apple iOS Safari settings -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes" />
- <meta names="apple-mobile-web-app-status-bar-style" content="black-translucent" />
+ <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<!-- App Start Icon -->
<link rel="apple-touch-startup-image" href="images/screen_320x460.png" />
<!-- For iOS devices set the icon to use if user bookmarks app on their homescreen -->