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):
|
def apply_body_attributes(self, attrs):
|
||||||
for attr, value in attrs.items():
|
for attr, value in attrs.items():
|
||||||
if attr not in self.tree.openElements[1].attributes:
|
if attr not in self.openElements[1].attributes:
|
||||||
self.tree.openElements[1].attributes[attr] = value
|
self.openElements[1].attributes[attr] = value
|
||||||
|
|
||||||
def _getInsertFromTable(self):
|
def _getInsertFromTable(self):
|
||||||
return self._insertFromTable
|
return self._insertFromTable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user