Related to #346, but in this case the language tag is there.
*** START OF THE PROJECT GUTENBERG EBOOK 78999 *** language: Finnish
results in
CRITICAL:root:"file:/htdocs/ebookmaker/cache/20260816090928/out/10001-h.html":1.16-2.16: info warning: This document appears to be written in Finnish but the “html” start tag has “lang="en"”. Consider using “lang="fi"” (or variant) instead.
Moving the language tag before the sentinel fixes the issue.
We need to either update EBM to detect the language tag after the sentinel, or change Workflow to place the sentinel after the tag. But changing Workflow will only fix future submissions.
Related to #346, but in this case the language tag is there.
*** START OF THE PROJECT GUTENBERG EBOOK 78999 *** language: Finnishresults in
CRITICAL:root:"file:/htdocs/ebookmaker/cache/20260816090928/out/10001-h.html":1.16-2.16: info warning: This document appears to be written in Finnish but the “html” start tag has “lang="en"”. Consider using “lang="fi"” (or variant) instead.Moving the language tag before the sentinel fixes the issue.
We need to either update EBM to detect the language tag after the sentinel, or change Workflow to place the sentinel after the tag. But changing Workflow will only fix future submissions.