aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-01-15 08:22:41 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2011-01-15 08:22:41 -0800
commit18231a823219ae1c9820f74d81b93ab33e2a39df (patch)
tree1a0b8a0cdce340c1716770ed6cd473c8676fa3de /tests
parent4d0951d895dd2da3db8e513eea5d78846a8734f6 (diff)
downloadpandoc-18231a823219ae1c9820f74d81b93ab33e2a39df.tar.gz
Fixed lhs tests for new position of <title> after <meta>s.
Diffstat (limited to 'tests')
-rw-r--r--tests/lhs-test.html2
-rw-r--r--tests/lhs-test.html+lhs2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/lhs-test.html b/tests/lhs-test.html
index 5a0f27af7..2c4bedc00 100644
--- a/tests/lhs-test.html
+++ b/tests/lhs-test.html
@@ -1,9 +1,9 @@
<!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">
<head>
- <title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="pandoc" />
+ <title></title>
<style type="text/css">
table.sourceCode, tr.sourceCode, td.lineNumbers, td.sourceCode, table.sourceCode pre
{ margin: 0; padding: 0; border: 0; vertical-align: baseline; border: none; }
diff --git a/tests/lhs-test.html+lhs b/tests/lhs-test.html+lhs
index d5a7b8196..536490af5 100644
--- a/tests/lhs-test.html+lhs
+++ b/tests/lhs-test.html+lhs
@@ -1,9 +1,9 @@
<!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">
<head>
- <title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="pandoc" />
+ <title></title>
<style type="text/css">
table.sourceCode, tr.sourceCode, td.lineNumbers, td.sourceCode, table.sourceCode pre
{ margin: 0; padding: 0; border: 0; vertical-align: baseline; border: none; }