diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-09-03 03:02:01 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-09-03 03:02:01 +0000 |
commit | 2ea3e9495769f10bda29fe82fcf63152da1c020a (patch) | |
tree | ed8047c7b28c92d2ca5560bacc9dc6ce7aa843a7 /tests/s5.basic.html | |
parent | bab51c6d44de41c864c5a1bc725295f1721e6133 (diff) | |
download | pandoc-2ea3e9495769f10bda29fe82fcf63152da1c020a.tar.gz |
Added xmlns attribute to html element in html writer tests.
This attribute is added by more recent versions of the
xhtml library, including the one that comes with GHC 6.6.1.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1003 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/s5.basic.html')
-rw-r--r-- | tests/s5.basic.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/s5.basic.html b/tests/s5.basic.html index bcee42175..9f9b3e00e 100644 --- a/tests/s5.basic.html +++ b/tests/s5.basic.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html +<html xmlns="http://www.w3.org/1999/xhtml" ><head ><title >My S5 Document</title |