Skip to content

Commit

Permalink
Show the entire mime type including charset
Browse files Browse the repository at this point in the history
  • Loading branch information
Zokhoi committed Dec 15, 2024
1 parent 4fa30b4 commit cb3a7e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framerail/src/routes/[slug]/[...extra]/page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@
{file.licensing}
</div>
<div class="file-attribute mime">
{file.mime.split(";")[0]}
{file.mime}
</div>
<div class="file-attribute size">
{file.size}
Expand Down Expand Up @@ -1413,7 +1413,7 @@
{revisionItem.name}
</div>
<div class="revision-attribute mime">
{revisionItem.mime_hint.split(";")[0]}
{revisionItem.mime_hint}
</div>
<div class="revision-attribute size">
{revisionItem.size_hint}
Expand Down

0 comments on commit cb3a7e2

Please sign in to comment.