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
|
// 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 ;)
|
// is actually in some legacy encoding and does not provide way to change it ;)
|
||||||
$html = <<<HTML
|
$html = <<<HTML
|
||||||
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
|
|||||||
Reference in New Issue
Block a user