mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -04:00
...
This commit is contained in:
parent
8e009161b1
commit
9c4c9cf07f
@ -848,7 +848,7 @@ class Style(object):
|
||||
self._get('padding-bottom'), base=self.height)
|
||||
|
||||
def __str__(self):
|
||||
items = sorted(self._style.items())
|
||||
items = sorted(self._style.iteritems())
|
||||
return '; '.join("%s: %s" % (key, val) for key, val in items)
|
||||
|
||||
def cssdict(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user