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>
|
</style>
|
||||||
$endif$
|
$endif$
|
||||||
$for(css)$
|
$for(css)$
|
||||||
<link rel="stylesheet" href="$css$" />
|
<link rel="stylesheet" type="text/css" href="$css$" />
|
||||||
$endfor$
|
$endfor$
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Add table
Reference in a new issue