aboutsummaryrefslogtreecommitdiff
path: root/lib/serve.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/serve.js')
-rw-r--r--lib/serve.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/serve.js b/lib/serve.js
index 16ab12c..99e77af 100644
--- a/lib/serve.js
+++ b/lib/serve.js
@@ -602,7 +602,7 @@ Serve.prototype.logbook2 = function (path) {
serve.wrapChannel(channelAndTag),
serve.wrapPage(channelAndTag),
serve.respondSink(200, {
- 'Content-Type': ctype(ext)
+ 'Content-Type': ctype('html')
})
)
}