aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2011-11-08 11:34:41 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2011-11-08 11:34:41 -0800
commitf632b1cdb9cf23e4d5d0d78d9422303c47d1da3a (patch)
treefcc64040beac26923c71ce5ff38d0d9cf6a26d44
parent7afe52cca96c0d035b0138dbcea6209776b941e4 (diff)
downloadpandoc-f632b1cdb9cf23e4d5d0d78d9422303c47d1da3a.tar.gz
Added Content-Style-Type to s5, slidy templates.
-rw-r--r--default.s51
-rw-r--r--default.slidy1
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$" />