Add <!DOCTYPE html> to HTML

Change-Id: I317405c56a66334cd0eaff5983cfea909be6f6fb
This commit is contained in:
Fomafix
2017-05-03 12:09:59 +02:00
parent f8e1d41c9e
commit b0a60f92c6
2 changed files with 3 additions and 1 deletions

View File

@@ -75,6 +75,7 @@ class GenerateFontTestPage extends Maintenance {
// Charset is needed, because Edge is so brilliant that it thinks this page full of UTF-8
// is actually in some legacy encoding and does not provide way to change it ;)
$html = <<<HTML
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">