Skip to content

Commit 724ab9c

Browse files
James RitchieJames Ritchie
authored andcommitted
Removed a rogue space which cased icons not to show
1 parent 3994af9 commit 724ab9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/formats/uri.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function lookupMimeType(ext?: string): string | undefined {
4040
ico: "image/vnd.microsoft.icon",
4141
ics: "text/calendar",
4242
jar: "application/java-archive",
43-
jpeg: "image/jpeg ",
43+
jpeg: "image/jpeg",
4444
jpg: "image/jpeg",
4545
jsonld: "application/ld+json",
4646
mid: "audio/midi",

0 commit comments

Comments
 (0)