Added type="text/css" to link tags in epub3 template.

This commit is contained in:
John MacFarlane 2014-07-08 00:23:51 -06:00
parent 95f515decb
commit 4425dfc894

View file

@ -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>