mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
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:
parent
24645ef1d7
commit
510bcb7c85
@ -27,7 +27,7 @@ DEFAULT_TEMPLATES = {
|
||||
|
||||
'css':
|
||||
'''\
|
||||
@charset utf-8;
|
||||
@charset "utf-8";
|
||||
/* Styles for {TITLE} */
|
||||
%CURSOR%
|
||||
''',
|
||||
|
Loading…
x
Reference in New Issue
Block a user