mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-11 19:25:24 +01:00
...
This commit is contained in:
parent
8d7a936cec
commit
a436fc5fc3
1 changed files with 1 additions and 1 deletions
|
|
@ -310,7 +310,7 @@ def serialize(self, styles, normal_style):
|
|||
style.append(ind)
|
||||
|
||||
if (self is normal_style and self.background_color) or self.background_color != normal_style.background_color:
|
||||
makeelement(style, 'shd', val='clear', color='auto', fill=self.background_color or 'auto')
|
||||
style.append(makeelement(style, 'shd', val='clear', color='auto', fill=self.background_color or 'auto'))
|
||||
|
||||
pbdr = self.serialize_borders(style.makeelement(w('pBdr')), normal_style)
|
||||
if len(pbdr):
|
||||
|
|
|
|||
Loading…
Reference in a new issue