mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-28 03:01:03 -04:00
Update history and fix up style.
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user