Browse Source

Add UTF8 to server-redis HTML

Jesterovskiy 9 years ago
parent
commit
352a75da47
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Crystal/kemal/server-redis.cr

+ 1 - 1
frameworks/Crystal/kemal/server-redis.cr

@@ -11,7 +11,7 @@ class CONTENT
   UTF8 = "; charset=UTF-8"
   JSON = "application/json"
   PLAIN = "text/plain"
-  HTML = "text/html"
+  HTML = "text/html" + UTF8
 end
 
 ID_MAXIMUM = 10_000