diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2011-11-08 11:34:41 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2011-11-08 11:34:41 -0800 |
commit | f632b1cdb9cf23e4d5d0d78d9422303c47d1da3a (patch) | |
tree | fcc64040beac26923c71ce5ff38d0d9cf6a26d44 | |
parent | 7afe52cca96c0d035b0138dbcea6209776b941e4 (diff) | |
download | pandoc-f632b1cdb9cf23e4d5d0d78d9422303c47d1da3a.tar.gz |
Added Content-Style-Type to s5, slidy templates.
-rw-r--r-- | default.s5 | 1 | ||||
-rw-r--r-- | default.slidy | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/default.s5 b/default.s5 index 6f862ce7b..8ad2be2ef 100644 --- a/default.s5 +++ b/default.s5 @@ -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" /> $for(author)$ <meta name="author" content="$author$" /> diff --git a/default.slidy b/default.slidy index acbec8024..600a9fdc7 100644 --- a/default.slidy +++ b/default.slidy @@ -4,6 +4,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <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" /> $for(author)$ <meta name="author" content="$author$" /> |