Use HTML5 doctype
[phancap.git] / www / setup.php
index a49a7ae0e25067a410f5d57a88be8046696eac98..10f23fc9912d6d83d12b93210a5cf2acf06cd53f 100644 (file)
@@ -83,9 +83,8 @@ foreach ($adapter as $classpart) {
 }
 
 $out = <<<HTM
-<?xml version="1.0" encoding="utf-8"?>
-<!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 xmlns="http://www.w3.org/1999/xhtml" lang="en">
  <head>
   <title>phancap setup check</title>
   <link rel="stylesheet" href="css/bootstrap.min.css"/>