diff options
Diffstat (limited to 'src/pronouns/web.clj')
-rw-r--r-- | src/pronouns/web.clj | 2 |
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 "*" [] |