diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-11-21 14:13:31 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-11-21 14:13:31 +0000 |
commit | 26113876d8ad422a2313b745b446d39e6c91d490 (patch) | |
tree | a0dd1765fb9111a25dabe35627553205078e67b7 /tests | |
parent | e13f3f4b8bbdece5c8f9792cbaa9baa5cd407d88 (diff) | |
download | libxslt-26113876d8ad422a2313b745b446d39e6c91d490.tar.gz libxslt-26113876d8ad422a2313b745b446d39e6c91d490.tar.bz2 libxslt-26113876d8ad422a2313b745b446d39e6c91d490.zip |
the XHTML1 serialization change to libxml2 modifies slightly the result of
* tests/documents/result.xhtml: the XHTML1 serialization change
to libxml2 modifies slightly the result of that test.
Daniel
Diffstat (limited to 'tests')
-rw-r--r-- | tests/documents/result.xhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/documents/result.xhtml b/tests/documents/result.xhtml index 1e040746..f02fbb88 100644 --- a/tests/documents/result.xhtml +++ b/tests/documents/result.xhtml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><title>Home</title><link rel="stylesheet" href="bredfort.css" type="text/css" title="bredfort"/></head><body><table class="menu"><tr> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><title>Home</title><link rel="stylesheet" href="bredfort.css" type="text/css" title="bredfort" /></head><body><table class="menu"><tr> <td class="menu"><a href="index.html">Home</a></td> <td class="menu"><a href="worklog.html">Worklog</a></td> <td class="menu"><a href="system.html">System spec</a></td> |