Browse Source

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 năm trước cách đây
mục cha
commit
33a2ffdbe5
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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>