Added type="text/css"
to link tags in epub3 template.
This commit is contained in:
parent
95f515decb
commit
4425dfc894
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue