浏览代码

whatsnew: Update DOCTYPE to avoid quirks mode.

Chrome said the previous DOCTYPE was causing the page to be rendered in quirks mode.

Also removed the xml attributes that nobody uses anymore (but Chrome didn't complain about that).
Jordan Russell 1 年之前
父节点
当前提交
33a2ffdbe5
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      whatsnew.htm

+ 2 - 2
whatsnew.htm

@@ -1,5 +1,5 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<!DOCTYPE html>
+<html lang="en">
 <head>
 <meta charset="utf-8" />
 <title>Inno Setup 6 Revision History</title>