Browse Source

removed charset

Dmitri Sotnikov 10 years ago
parent
commit
ee304258b3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Clojure/luminus/hello/src/hello/routes/home.clj

+ 1 - 1
frameworks/Clojure/luminus/hello/src/hello/routes/home.clj

@@ -36,7 +36,7 @@
 (def plaintext
 (def plaintext
   "Test 6: Plaintext"
   "Test 6: Plaintext"
   {:status 200
   {:status 200
-   :headers {"Content-Type" "text/plain; charset=utf-8"}
+   :headers {"Content-Type" "text/plain"}
    :body "Hello, World!"})
    :body "Hello, World!"})
 
 
 (defroutes home-routes
 (defroutes home-routes