浏览代码

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 年之前
父节点
当前提交
5514d29950
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>
 <head>