mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Do not omit last semi-colon when serializing css
This commit is contained in:
parent
faf9fc0e1b
commit
83bae66fde
@ -52,6 +52,7 @@ def setup_cssutils_serialization():
|
||||
prefs = cssutils.ser.prefs
|
||||
prefs.indent = tprefs['editor_tab_stop_width'] * ' '
|
||||
prefs.indentClosingBrace = False
|
||||
prefs.omitLastSemicolon = False
|
||||
|
||||
class BusyCursor(object):
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user