Mercurial Hosting > luan
changeset 1234:7e7c2d0c3b99
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 12 Apr 2018 18:25:18 -0600 |
parents | 3fad7091b419 |
children | 22228c12b6dd |
files | src/luan/webserver/handlers/ContentTypeHandler.java |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/luan/webserver/handlers/ContentTypeHandler.java Sun Apr 08 01:01:48 2018 -0600 +++ b/src/luan/webserver/handlers/ContentTypeHandler.java Thu Apr 12 18:25:18 2018 -0600 @@ -29,6 +29,7 @@ contentTypeForNoExtension = htmlType; map.put( "html", htmlType ); map.put( "txt", textType ); + map.put( "css", "text/css" ); // add more as need }