Fossil SCM
Add xsl/xslt mimetype entries for consistency with althttpd.
Commit
c0f0e1dc7b80fe51af8f418a67510d82c6dd687ae0e6b53c4f640f23874c9a5a
Parent
742450caf4bf3b3…
1 file changed
+2
+2
| --- src/doc.c | ||
| +++ src/doc.c | ||
| @@ -305,10 +305,12 @@ | ||
| 305 | 305 | { "xlsx", 4, "application/vnd.openxmlformats-" |
| 306 | 306 | "officedocument.spreadsheetml.sheet"}, |
| 307 | 307 | { "xlw", 3, "application/vnd.ms-excel" }, |
| 308 | 308 | { "xml", 3, "text/xml" }, |
| 309 | 309 | { "xpm", 3, "image/x-xpixmap" }, |
| 310 | + { "xsl", 3, "text/xml" }, | |
| 311 | + { "xslt", 4, "text/xml" }, | |
| 310 | 312 | { "xwd", 3, "image/x-xwindowdump" }, |
| 311 | 313 | { "xyz", 3, "chemical/x-pdb" }, |
| 312 | 314 | { "zip", 3, "application/zip" }, |
| 313 | 315 | }; |
| 314 | 316 | |
| 315 | 317 |
| --- src/doc.c | |
| +++ src/doc.c | |
| @@ -305,10 +305,12 @@ | |
| 305 | { "xlsx", 4, "application/vnd.openxmlformats-" |
| 306 | "officedocument.spreadsheetml.sheet"}, |
| 307 | { "xlw", 3, "application/vnd.ms-excel" }, |
| 308 | { "xml", 3, "text/xml" }, |
| 309 | { "xpm", 3, "image/x-xpixmap" }, |
| 310 | { "xwd", 3, "image/x-xwindowdump" }, |
| 311 | { "xyz", 3, "chemical/x-pdb" }, |
| 312 | { "zip", 3, "application/zip" }, |
| 313 | }; |
| 314 | |
| 315 |
| --- src/doc.c | |
| +++ src/doc.c | |
| @@ -305,10 +305,12 @@ | |
| 305 | { "xlsx", 4, "application/vnd.openxmlformats-" |
| 306 | "officedocument.spreadsheetml.sheet"}, |
| 307 | { "xlw", 3, "application/vnd.ms-excel" }, |
| 308 | { "xml", 3, "text/xml" }, |
| 309 | { "xpm", 3, "image/x-xpixmap" }, |
| 310 | { "xsl", 3, "text/xml" }, |
| 311 | { "xslt", 4, "text/xml" }, |
| 312 | { "xwd", 3, "image/x-xwindowdump" }, |
| 313 | { "xyz", 3, "chemical/x-pdb" }, |
| 314 | { "zip", 3, "application/zip" }, |
| 315 | }; |
| 316 | |
| 317 |