Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-kent committed Jul 7, 2016
1 parent 78f97b2 commit c0d97e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
<i class="glyphicon glyphicon-save"></i>
Download
</a>
{{ part.Headers["Content-Type"][0] || "Unknown type" }} ({{ part.Size }} bytes)
{{ tryDecodeMime(part.Headers["Content-Type"][0] || "Unknown type") }} ({{ part.Size }} bytes)
</div>
</div>
</div>
Expand Down

0 comments on commit c0d97e0

Please sign in to comment.