Skip to content

Commit

Permalink
fix: Decode tag when writing out
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Dec 4, 2024
1 parent 0ac8bfd commit 2a9cd6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/atsphinx/feed/processors.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ def append_link_for_feed(
)
if "metatags" not in context:
context["metatags"] = ""
context["metatags"] += f"\n{ET.tostring(elm)}"
context["metatags"] += f"\n{ET.tostring(elm).decode()}"

0 comments on commit 2a9cd6f

Please sign in to comment.