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 | |
parent | 6720a4578afab577f9721485fbb8e810104d6249 (diff) |
Update tests for new html5 default
Diffstat (limited to 'tests')
-rw-r--r-- | tests/crud1.html | 4 | ||||
-rw-r--r-- | tests/hello.html | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/tests/crud1.html b/tests/crud1.html index 7ed26d30..92cd1942 100644 --- a/tests/crud1.html +++ b/tests/crud1.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"><head></head><body> +<!DOCTYPE html><html><head></head><body> <p>Inserted with ID 1.</p> <table border="1"> 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> |