Skip to content

Commit

Permalink
fixed order of MIME types for bfaist
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 26, 2012
1 parent 0807b83 commit df29eb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
@@ -1,6 +1,7 @@
This file documents the revision history for Perl extension Mojolicious.

2.47 2012-01-26 00:00:00
- Added pdf MIME type. (bfaist)
- Improved documentation.

2.46 2012-01-25 00:00:00
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Types.pm
Expand Up @@ -18,8 +18,8 @@ has types => sub {
js => 'application/x-javascript',
json => 'application/json',
mp3 => 'audio/mpeg',
png => 'image/png',
pdf => 'application/pdf',
png => 'image/png',
rss => 'application/rss+xml',
svg => 'image/svg+xml',
tar => 'application/x-tar',
Expand Down

0 comments on commit df29eb8

Please sign in to comment.