-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Fix minor error in ePub #100614
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix minor error in ePub #100614
Conversation
ogp meta tags are not needed for ePub. Additionally, ePub is xhtml, not html. So we need to make html compatible to xhtml. |
Thanks @methane for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10. |
Thanks @methane for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
Sorry, @methane, I could not cleanly backport this to |
Sorry @methane, I had trouble checking out the |
GH-102348 is a backport of this pull request to the 3.11 branch. |
Fix issue reported https://mail.python.org/archives/list/[email protected]/message/KE7OIAO53P4XRC4ZOWPDHA63ZQJCHEC3/ (cherry picked from commit 7d1d663) Co-authored-by: Inada Naoki <[email protected]>
Fix issue reported https://mail.python.org/archives/list/[email protected]/message/KE7OIAO53P4XRC4ZOWPDHA63ZQJCHEC3/ (cherry picked from commit 7d1d663)
Fix issue reported https://mail.python.org/archives/list/[email protected]/message/KE7OIAO53P4XRC4ZOWPDHA63ZQJCHEC3/
There are many similar errors in ePub.
But this issue is recent regression so worth enough to fix it.