mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
fix: remove extra < character in email report (#18224)
This commit is contained in:
@@ -106,7 +106,6 @@ class EmailNotification(BaseNotification): # pylint: disable=too-few-public-met
|
||||
f"""<div class="image">
|
||||
<img width="1000px" src="cid:{msgid}">
|
||||
</div>
|
||||
<
|
||||
"""
|
||||
)
|
||||
img_tag = "".join(img_tags)
|
||||
|
||||
Reference in New Issue
Block a user