diff options
author | herriojr <jherriott@cyngn.com> | 2015-10-08 11:13:36 -0700 |
---|---|---|
committer | Steve Kondik <steve@cyngn.com> | 2015-11-10 17:28:12 +0100 |
commit | 8454361962dc2a146ae5a5cdb8d2ce1011cfb72a (patch) | |
tree | 05b74c372cb3d3c284587f8631e5bfb1851a7597 /prebuilt/common | |
parent | f61c4532dca095c32a78b7ea3385a295073ea807 (diff) | |
download | vendor_replicant-8454361962dc2a146ae5a5cdb8d2ce1011cfb72a.zip vendor_replicant-8454361962dc2a146ae5a5cdb8d2ce1011cfb72a.tar.gz vendor_replicant-8454361962dc2a146ae5a5cdb8d2ce1011cfb72a.tar.bz2 |
Missed Capital Letter
I missed a capital letter for an excel mimetype. All are now
converted to lowercase.
Change-Id: I1b0958fbc7b6b01df0f6e7b3da9a1d920bfb2fad
Diffstat (limited to 'prebuilt/common')
-rw-r--r-- | prebuilt/common/lib/content-types.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prebuilt/common/lib/content-types.properties b/prebuilt/common/lib/content-types.properties index f4c657c..4217221 100644 --- a/prebuilt/common/lib/content-types.properties +++ b/prebuilt/common/lib/content-types.properties @@ -2,7 +2,7 @@ docm=application/vnd.ms-word.document.macroenabled.12 xlsb=application/vnd.ms-excel.sheet.binary.macroenabled.12 -xlsm=application/vnd.ms-excel.sheet.macroEnabled.12 +xlsm=application/vnd.ms-excel.sheet.macroenabled.12 ppsm=application/vnd.ms-powerpoint.slideshow.macroenabled.12 ppsx=application/vnd.openxmlformats-officedocument.presentationml.slideshow pptm=application/vnd.ms-powerpoint.presentation.macroenabled.12
\ No newline at end of file |