Add <!DOCTYPE html> to HTML
Change-Id: I317405c56a66334cd0eaff5983cfea909be6f6fb
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user