summaryrefslogtreecommitdiff
path: root/src/mulk/benki/wiki.clj
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-11-24 15:57:33 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-11-24 15:57:33 +0100
commitd3a0150fba2bf1881827ec2f3acaee15be0a1dcd (patch)
tree046f35458bea625f40dcec333f1988417ddc304f /src/mulk/benki/wiki.clj
parentd5a96e1d7af0a964806333ef22ec707966e35e7b (diff)
Have the wiki server return wikilinkified content to the client after submission.
Diffstat (limited to 'src/mulk/benki/wiki.clj')
-rw-r--r--src/mulk/benki/wiki.clj2
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 ""}))))