mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-02-11 14:04:27 -05:00
HTMLZ Output: Fix <style> tag placed inside <body> instead of <head>. See #1239530 (Htmlz conversion places <head> in <body>, not before) HTMLZ Output: Fix inline styles not escaping quotes properly. See #1239527 (Htmlz inline css doesn't single quote fonts & thus destroys html) HTMLZ Output: Fix incorrect handling of some self closing tags like <br>. See #1239555 (Htmlz conversion incorrectly handles <br/>) Merge branch 'master' of https://github.com/user-none/calibre