mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
oops
This commit is contained in:
parent
6310c2feac
commit
12a581786b
@ -276,8 +276,8 @@ class TreeBuilder(object):
|
||||
|
||||
def apply_body_attributes(self, attrs):
|
||||
for attr, value in attrs.items():
|
||||
if attr not in self.tree.openElements[1].attributes:
|
||||
self.tree.openElements[1].attributes[attr] = value
|
||||
if attr not in self.openElements[1].attributes:
|
||||
self.openElements[1].attributes[attr] = value
|
||||
|
||||
def _getInsertFromTable(self):
|
||||
return self._insertFromTable
|
||||
|
Loading…
x
Reference in New Issue
Block a user