Skip to content

Commit

Permalink
Don't wrap exported images in a div
Browse files Browse the repository at this point in the history
  • Loading branch information
killergerbah committed Feb 27, 2024
1 parent ac21bd8 commit 5851533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/anki/anki.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export class Anki {
this._appendField(
fields,
this.settingsProvider.imageField,
`<div><img src="${fileName}"></div>`,
`<img src="${fileName}">`,
false
);
} else {
Expand Down

0 comments on commit 5851533

Please sign in to comment.