Skip to content

Commit

Permalink
Update more types
Browse files Browse the repository at this point in the history
  • Loading branch information
ohler55 committed Mar 31, 2023
1 parent b07a818 commit 740300b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/agoo/page.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ static struct _mime mime_map[] = {
{ "ppt", "application/vnd.ms-powerpoint" },
{ "ps", "application/postscript" },
{ "qt", "video/quicktime" },
{ "rb", "text/plain" },
{ "rb", "text/plain; charset=utf-8" },
{ "rtf", "application/rtf" },
{ "sse", "text/plain" },
{ "sse", "text/plain; charset=utf-8" },
{ "svg", "image/svg+xml" },
{ "tif", "image/tiff" },
{ "tiff", "image/tiff" },
Expand Down

0 comments on commit 740300b

Please sign in to comment.