diff options
author | zotlabs <mike@macgirvin.com> | 2017-03-20 19:41:03 -0700 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-29 14:03:24 +0200 |
commit | e97dd48b4c046bac86322d91a13fd55d0cf3a99f (patch) | |
tree | 65a24525ccc3d86baf39ba42f4592eeffe09da31 /Zotlabs/Lib/NativeWikiPage.php | |
parent | 5915f31950a7b2314a6718854b7808475d394b44 (diff) | |
download | volse-hubzilla-e97dd48b4c046bac86322d91a13fd55d0cf3a99f.tar.gz volse-hubzilla-e97dd48b4c046bac86322d91a13fd55d0cf3a99f.tar.bz2 volse-hubzilla-e97dd48b4c046bac86322d91a13fd55d0cf3a99f.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 |