diff options
author | Adam Chlipala <adamc@csail.mit.edu> | 2016-09-20 14:37:16 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@csail.mit.edu> | 2016-09-20 14:37:16 -0400 |
commit | 607e95260ba61e92a6fd23cd16ef8b330245db2a (patch) | |
tree | 92a135f4fece06dd9fc081683781baa132d59ea6 /tests/hello.html | |
parent | 6720a4578afab577f9721485fbb8e810104d6249 (diff) |
Update tests for new html5 default
Diffstat (limited to 'tests/hello.html')
-rw-r--r-- | tests/hello.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/hello.html b/tests/hello.html index 9c249df0..4fb6f910 100644 --- a/tests/hello.html +++ b/tests/hello.html @@ -1,6 +1,4 @@ -<?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> <head> <title>Hello world!</title> </head> |