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
This commit is contained in:
parent
bab51c6d44
commit
2ea3e94957
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
>Pandoc Test Suite</title
|
||||
|
|
Loading…
Add table
Reference in a new issue