about summary refs log tree commit diff
path: root/src/pronouns/web.clj
diff options
context:
space:
mode:
authorThel Seraphim <thel.seraphim@gmail.com>2015-03-13 20:39:54 -0700
committerThel Seraphim <thel.seraphim@gmail.com>2015-03-13 20:39:54 -0700
commit2661d6a2765b8a79cdb3d92f038cb60cf208e4e6 (patch)
treefaa8bc537603204974dc7e7206e3d6c2c7868e5b /src/pronouns/web.clj
parentec62e36ee31ffd6a0ee2370451448b8967f4d10a (diff)
nicer example modulo css
Diffstat (limited to 'src/pronouns/web.clj')
-rw-r--r--src/pronouns/web.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pronouns/web.clj b/src/pronouns/web.clj
index 32d0883..ef6e666 100644
--- a/src/pronouns/web.clj
+++ b/src/pronouns/web.clj
@@ -25,7 +25,7 @@
 
   (GET "/*" {params :params}
        {:status 200
-        :headers {"Content-Type" "text/plain"}
+        :headers {"Content-Type" "text/html"}
         :body (pages/pronouns (:* params) pronouns-table)})
 
   (ANY "*" []