diff options
-rw-r--r-- | src/mulk/benki/wiki.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mulk/benki/wiki.clj b/src/mulk/benki/wiki.clj index d0c46f8..d8e1e11 100644 --- a/src/mulk/benki/wiki.clj +++ b/src/mulk/benki/wiki.clj @@ -165,5 +165,5 @@ :wiki_page_revisions [:page :title :content :author :format] [page-id title dbcontent user "html5"])) - {:stetus 200, :headers {}, :body (wikilinkify (hrefify dbcontent))}) + {:status 200, :headers {}, :body (wikilinkify (hrefify dbcontent))}) {:status 403, :headers {}, :body ""})))) |