Skip to content

Commit

Permalink
It should be text/less, not text/css.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjnortier committed Feb 18, 2013
1 parent da9bf2f commit 547e142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webmachine_util.erl
Expand Up @@ -78,7 +78,7 @@ guess_mime(File) ->
".js" ->
"application/x-javascript";
".less" ->
"text/css";
"text/less";
".m4v" ->
"video/mp4";
".manifest" ->
Expand Down

0 comments on commit 547e142

Please sign in to comment.