Skip to content

Commit

Permalink
xdxf plugin: fix ineffective xsl=True option, #532
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Nov 20, 2023
1 parent f5f17a7 commit 3fdd9a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyglossary/plugins/xdxf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ def makeTransformer(self) -> None:
if self._xsl:
from pyglossary.xdxf.xsl_transform import XslXdxfTransformer
self._htmlTr = XslXdxfTransformer(encoding=self._encoding)
return

from pyglossary.xdxf.transform import XdxfTransformer
self._htmlTr = XdxfTransformer(encoding=self._encoding)
Expand Down

0 comments on commit 3fdd9a7

Please sign in to comment.