Skip to content

Commit

Permalink
Merge pull request #9 from BrickXu/master
Browse files Browse the repository at this point in the history
Fixed the AttributeError when initialize ODF2XHTML instance with embedable=True
  • Loading branch information
sorenroug committed Sep 24, 2014
2 parents b8759b5 + 73b0975 commit ef1b8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odf/odf2xhtml.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ def __init__(self, generate_css=True, embedable=False):
(TEXTNS, "user-index-source"):(self.s_text_x_source, self.e_text_x_source),
}
if embedable:
self.make_embedable()
self.set_embedable()
self._resetobject()

def set_plain(self):
Expand Down

0 comments on commit ef1b8aa

Please sign in to comment.