mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 22:53:42 +02:00
Do not omit last semi-colon when serializing css
This commit is contained in:
parent
faf9fc0e1b
commit
83bae66fde
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue