diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2011-12-02 19:10:31 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2011-12-02 19:10:31 -0800 |
commit | c6456ef8a4d3e0412ae7c2c78433cfcbe29aea9f (patch) | |
tree | 6ac7f1afc3929b4ca629b685ba29e85a250db582 /tests | |
parent | dfdecdc9260ebe762e3cd5a37ee53183bec51bde (diff) | |
download | pandoc-c6456ef8a4d3e0412ae7c2c78433cfcbe29aea9f.tar.gz |
Fixed test for style type meta in highlighted html+lhs.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lhs-test.html+lhs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lhs-test.html+lhs b/tests/lhs-test.html+lhs index 16112299d..b9413f07a 100644 --- a/tests/lhs-test.html+lhs +++ b/tests/lhs-test.html+lhs @@ -2,6 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <meta http-equiv="Content-Style-Type" content="text/css" /> <meta name="generator" content="pandoc" /> <title></title> <style type="text/css"> |