Tiny xlsx file signature fix.

Thanks to Dan Caselden for noticing!
This commit is contained in:
Seth Hall 2016-12-08 08:32:45 -05:00
parent 8eddeed78f
commit 04d41dce5c

View file

@ -18,7 +18,7 @@ signature file-docx {
}
signature file-xlsx {
file-magic /^PK\x03\x04.{26}(\[Content_Types\]\.xml|_rels\x2f\.rels|xl\2f).*PK\x03\x04.{26}xl\x2f/
file-magic /^PK\x03\x04.{26}(\[Content_Types\]\.xml|_rels\x2f\.rels|xl\x2f).*PK\x03\x04.{26}xl\x2f/
file-mime "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", 80
}