View Single Post
Old 05-03-2019, 03:18 PM   #2
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,665
Karma: 169712392
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by Bjorn G View Post

[ERROR]index_split_000.xhtml: 7,73: value of attribute "http-equiv" is invalid; must be a string matching the
regular expression "([Dd][Ee][Ff][Aa][Uu][Ll][Tt]\-[Ss][Tt][Yy][Ll][Ee])|([Rr][Ee][Ff][Rr][Ee][Ss][Hh])"

Line 7 reads:

<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
EpubCheck 4.2.0 seems happy enough with that line however, you might want to try "content-type" and "UTF-8" as an alternate checker I tried complained about the capitalization though that checker is more intended for web pages and definitely is not intended for checking ebooks.

A couple of suggestions, you can try replacing the line with "<meta charset="UTF-8">" which is the HTML5 way of specifying UTF-8 encoding or if the first line in your file reads: "<?xml version="1.0" encoding="utf-8"?>", the http-equiv is unnecessary and can be removed.
DNSB is offline   Reply With Quote