Skip to content

Commit

Permalink
fix: remove extra < character in email report
Browse files Browse the repository at this point in the history
  • Loading branch information
Grace Guo committed Jan 29, 2022
1 parent c40b337 commit 7d4dddd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion superset/reports/notifications/email.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ def _get_content(self) -> EmailContent:
f"""<div class="image">
<img width="1000px" src="cid:{msgid}">
</div>
<
"""
)
img_tag = "".join(img_tags)
Expand Down

0 comments on commit 7d4dddd

Please sign in to comment.