summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-09-03 13:34:56 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-09-03 13:34:56 +0000
commite61329fd8faa0dd41a34cdd16a6407f0885ecacf (patch)
treec80b59bd1a80391f2f5534c79c3bc10d2aab372a /tests
parente10edd933ff16951fc32dc3ca03a1012ac55e177 (diff)
downloadlibxslt-e61329fd8faa0dd41a34cdd16a6407f0885ecacf.tar.gz
libxslt-e61329fd8faa0dd41a34cdd16a6407f0885ecacf.tar.bz2
libxslt-e61329fd8faa0dd41a34cdd16a6407f0885ecacf.zip
tyny change HTML -> html DOCTYPE due to a libxml2 change Daniel
* tests/xmlspec/*.html: tyny change HTML -> html DOCTYPE due to a libxml2 change Daniel
Diffstat (limited to 'tests')
-rw-r--r--tests/xmlspec/REC-xml-20001006-review.html2
-rw-r--r--tests/xmlspec/REC-xml-20001006.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/xmlspec/REC-xml-20001006-review.html b/tests/xmlspec/REC-xml-20001006-review.html
index 67ea5e9b..6d4d5bf5 100644
--- a/tests/xmlspec/REC-xml-20001006-review.html
+++ b/tests/xmlspec/REC-xml-20001006-review.html
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="EN"><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Extensible Markup Language (XML) 1.0 (Second Edition) -- Review Version</title><style type="text/css">
code { font-family: monospace; }
diff --git a/tests/xmlspec/REC-xml-20001006.html b/tests/xmlspec/REC-xml-20001006.html
index 564b35a3..ead304b4 100644
--- a/tests/xmlspec/REC-xml-20001006.html
+++ b/tests/xmlspec/REC-xml-20001006.html
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="EN"><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Extensible Markup Language (XML) 1.0 (Second Edition)</title><style type="text/css">
code { font-family: monospace; }