Skip to content

Commit

Permalink
fixed utf8 support
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Granger <ibdknox@gmail.com>
  • Loading branch information
ibdknox committed Aug 29, 2011
1 parent ba48dad commit 7234592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/noir/pinot/remotes.clj
Expand Up @@ -18,7 +18,7 @@
(if-let [func (get-remote remote)]
(let [result (apply func params)]
{:status 202
:headers {"ContentType" "application/clojure"}
:headers {"Content-Type" "application/clojure; charset=utf-8"}
:body (pr-str result)})
{:status 404}))

Expand Down

0 comments on commit 7234592

Please sign in to comment.