diff options
Diffstat (limited to 'src')
-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 15ec12e..df772ae 100644 --- a/src/mulk/benki/wiki.clj +++ b/src/mulk/benki/wiki.clj @@ -121,5 +121,5 @@ :wiki_page_revisions [:page :title :content :author :format] [page-id title (unwikilinkify content) user "html5"]) - {:stetus 200, :headers {}, :body ""}) + {:stetus 200, :headers {}, :body (wikilinkify (unwikilinkify content))}) {:status 403, :headers {}, :body ""})))) |