Use standards mode in default index page (#351)
This commit is contained in:
parent
0926035d4a
commit
7b4c35fc6a
|
@ -60,6 +60,7 @@ extension HTML: ResponseEncodable {
|
|||
}
|
||||
|
||||
return #"""
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
|
|
|
@ -102,6 +102,7 @@ final class DevCommandTests: XCTestCase {
|
|||
|
||||
let expectedHtml =
|
||||
"""
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
|
|
Loading…
Reference in New Issue