Skip to content

Commit 463d454

Browse files
committed
wip
1 parent 409f2ad commit 463d454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/js/content_scripts/webmail/thunderbird/thunderbird-element-replacer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export class ThunderbirdElementReplacer extends WebmailElementReplacer {
129129
.on('click', async () => {
130130
await this.downloadThunderbirdAttachmentHandler(attachment);
131131
})
132-
.prepend($('<img>').attr('src', messenger.runtime.getURL('/img/svgs/download-link.svg'))); // xss-safe-value
132+
.append($('<img>').attr('src', messenger.runtime.getURL('/img/svgs/download-link.svg'))); // xss-safe-value
133133
attachmentHtmlRoot.append(attachmentFileTypeIcon); // xss-escaped
134134
attachmentHtmlRoot.append(attachmentFilename); // xss-safe-value
135135
attachmentHtmlRoot.append(attachmentDownloadBtn); // xss-safe-value

0 commit comments

Comments
 (0)