Skip to content

Commit 5554d3d

Browse files
authored
Followup to #679 (#680)
1 parent 6a29240 commit 5554d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kemal/static_file_handler.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ module Kemal
5757
end
5858
send_file(context, file_path)
5959
elsif config.is_a?(Hash) && config.fetch("dir_listing", false)
60-
context.response.content_type = "text/html;charset=UTF-8;"
60+
context.response.content_type = "text/html; charset=utf-8"
6161
directory_listing(context.response, request_path, file_path)
6262
else
6363
call_next(context)

0 commit comments

Comments
 (0)