Commit 0fb8707 Emmanuel T Odeke
committed
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -461,7 +461,7 @@ func NonEmptyTrimmedStrings(v ...string) (splits []string) {
461
461
}
462
462
463
463
var regExtStrMap = map [string ]string {
464
- "csv" : "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet " ,
464
+ "csv" : "text/csv " ,
465
465
"html?" : "text/html" ,
466
466
"te?xt" : "text/plain" ,
467
467
"xml" : "text/xml" ,
@@ -501,7 +501,7 @@ var regExtStrMap = map[string]string{
501
501
502
502
"docx?" : "application/vnd.openxmlformats-officedocument.wordprocessingml.document" ,
503
503
"pptx?" : "application/vnd.ms-powerpoint" ,
504
- "tsv" : "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet " ,
504
+ "tsv" : "text/tab-separated-values " ,
505
505
"xlsx?" : "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" ,
506
506
}
507
507
You can’t perform that action at this time.
0 commit comments