Skip to content

Commit

Permalink
wiktextract: add newline before Etymology
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Dec 18, 2024
1 parent 07a1d69 commit 1c9ad70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyglossary/plugins/wiktextract.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ def br() -> Element:

etymology: str = data.get("etymology_text", "")
if etymology:
hf.write(br())
with hf.element("div"):
hf.write(f"Etymology: {etymology}")

Expand Down

0 comments on commit 1c9ad70

Please sign in to comment.