Skip to content

Commit

Permalink
fix: remove extra < character in email report (#18224)
Browse files Browse the repository at this point in the history
  • Loading branch information
Grace Guo committed Jan 31, 2022
1 parent 341d855 commit 987237b
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 987237b

Please sign in to comment.