aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/serve.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/serve.js b/lib/serve.js
index da052bb..bebe3c7 100644
--- a/lib/serve.js
+++ b/lib/serve.js
@@ -47,6 +47,7 @@ function ctype(name) {
case 'json': return 'application/json'
case 'ico': return 'image/x-icon'
}
+ return 'text/html'
}
function encodeDispositionFilename(fname) {