Browse Source

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.
Joel Martin 12 years ago
parent
commit
5514d29950
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vnc.html

+ 1 - 1
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>
 <html>
 <head>
 <head>