Update history and fix up style.

This commit is contained in:
Tom Preston-Werner
2012-01-14 20:17:35 -08:00
parent 1f44e1ad64
commit 4fe5e6ba99
2 changed files with 2 additions and 1 deletions

View File

@@ -272,7 +272,7 @@ if options['server']
mime_types = WEBrick::HTTPUtils::DefaultMimeTypes
mime_types.store 'js', 'application/javascript'
if options['default-mimetype']
mime_types.store nil, options['default-mimetype']
mime_types.store(nil, options['default-mimetype'])
end
s = HTTPServer.new(