summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2012-10-19 12:18:48 -0500
committerJoel Martin <github@martintribe.org>2012-10-19 12:18:48 -0500
commit5514d2995021eab7005192553280d4721d1da5ff (patch)
tree9ee8792e907b05bb15ddb4b62f16699667b9a587
parent57430b8c120f2330820fb2a6c7b37c59157cc6a8 (diff)
downloadnovnc-5514d2995021eab7005192553280d4721d1da5ff.tar.gz
vnc.html: use standard HTML5 doctype.
The mobile doctype doesn't not seem to make any difference on iOS so I'm dropping it and just going with the standard HTML5 version since the wapforum mobile version may cause issues with IE 10.
-rw-r--r--vnc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnc.html b/vnc.html
index 841e874..9d699c9 100644
--- a/vnc.html
+++ b/vnc.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.1//EN" "http://www.openmobilealliance.org/tech/DTD/xhtml-mobile11.dtd">
+<!DOCTYPE html>
<html>
<head>