diff options
author | zotlabs <mike@macgirvin.com> | 2017-03-20 19:41:03 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-03-20 19:41:03 -0700 |
commit | 35fc7328de3237ef9727e6f729ffe4df4697a421 (patch) | |
tree | ab8aeb57ace7c03c660edcd740e512de44e0db54 /Zotlabs/Lib/NativeWikiPage.php | |
parent | 7a611c6d47020d227630a96de8026da4dae5f862 (diff) | |
download | volse-hubzilla-35fc7328de3237ef9727e6f729ffe4df4697a421.tar.gz volse-hubzilla-35fc7328de3237ef9727e6f729ffe4df4697a421.tar.bz2 volse-hubzilla-35fc7328de3237ef9727e6f729ffe4df4697a421.zip |
even more fine tuning of the markdown purifier - especially when used with the wiki
Diffstat (limited to 'Zotlabs/Lib/NativeWikiPage.php')
-rw-r--r-- | Zotlabs/Lib/NativeWikiPage.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/NativeWikiPage.php b/Zotlabs/Lib/NativeWikiPage.php index 3d6da7779..960fe014e 100644 --- a/Zotlabs/Lib/NativeWikiPage.php +++ b/Zotlabs/Lib/NativeWikiPage.php @@ -156,7 +156,7 @@ class NativeWikiPage { $content = $item['body']; return [ - 'content' => json_encode($content), + 'content' => $content, 'mimeType' => $w['mimeType'], 'message' => '', 'success' => true |