Edit Book: Fix default CSS template not quoting the charset, causing check book to complain about th eCSS sheet. Fixes #1879618 [Editor generates styjesheet with fatal error](https://bugs.launchpad.net/calibre/+bug/1879618)

This commit is contained in:
Kovid Goyal 2020-05-21 07:47:13 +05:30
parent 24645ef1d7
commit 510bcb7c85
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -27,7 +27,7 @@ DEFAULT_TEMPLATES = {
'css': 'css':
'''\ '''\
@charset utf-8; @charset "utf-8";
/* Styles for {TITLE} */ /* Styles for {TITLE} */
%CURSOR% %CURSOR%
''', ''',