aboutsummaryrefslogtreecommitdiff
path: root/default.epub3
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-07-08 00:23:51 -0600
committerJohn MacFarlane <jgm@berkeley.edu>2014-07-08 00:23:51 -0600
commit4425dfc894761cc6cdff8e67d3e5ba78df2d5d4e (patch)
tree63325f078bf42d1b5b510726b82465d35ce9a86a /default.epub3
parent95f515decb05a77ea8d37c5bb9f13203f09bc326 (diff)
downloadpandoc-4425dfc894761cc6cdff8e67d3e5ba78df2d5d4e.tar.gz
Added `type="text/css"` to link tags in epub3 template.
Diffstat (limited to 'default.epub3')
-rw-r--r--default.epub32
1 files changed, 1 insertions, 1 deletions
diff --git a/default.epub3 b/default.epub3
index ccd34ba85..57f090b6a 100644
--- a/default.epub3
+++ b/default.epub3
@@ -16,7 +16,7 @@ $highlighting-css$
</style>
$endif$
$for(css)$
- <link rel="stylesheet" href="$css$" />
+ <link rel="stylesheet" type="text/css" href="$css$" />
$endfor$
</head>
<body>