Skip to content

Commit

Permalink
Merge pull request #32 from paolobarbolini/pptx
Browse files Browse the repository at this point in the history
Fix mimetype of pptx
  • Loading branch information
bojand committed Jan 2, 2021
2 parents f79c383 + 4b38642 commit f4cf154
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ matcher_map!(
),
(
MatcherType::DOC,
"application/application/vnd.openxmlformats-officedocument.presentationml.presentation",
"application/vnd.openxmlformats-officedocument.presentationml.presentation",
"pptx",
matchers::doc::is_pptx
),
Expand Down
2 changes: 1 addition & 1 deletion tests/doc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ test_format!(

test_format!(
DOC,
"application/application/vnd.openxmlformats-officedocument.presentationml.presentation",
"application/vnd.openxmlformats-officedocument.presentationml.presentation",
"pptx",
pptx,
"sample.pptx"
Expand Down

0 comments on commit f4cf154

Please sign in to comment.