diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2011-11-08 11:54:10 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2011-11-08 11:54:10 -0800 |
commit | 821286a6f3986bcb3097032b12adcb451a942664 (patch) | |
tree | 800ff37c3500cc6279c136dc24f580d3cf3ba56b /tests/s5.basic.html | |
parent | e299f8a85305cac6ef918b6d76f3efafcc1c512c (diff) | |
download | pandoc-821286a6f3986bcb3097032b12adcb451a942664.tar.gz |
Update templates to use Content-Style-Type meta tag.
Closes #337.
Diffstat (limited to 'tests/s5.basic.html')
-rw-r--r-- | tests/s5.basic.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/s5.basic.html b/tests/s5.basic.html index 0658dcf4b..e309aec12 100644 --- a/tests/s5.basic.html +++ b/tests/s5.basic.html @@ -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" /> <meta name="author" content="Sam Smith" /> <meta name="author" content="Jen Jones" /> |