even more fine tuning of the markdown purifier - especially when used with the wiki

This commit is contained in:
zotlabs
2017-03-20 19:41:03 -07:00
committed by Mario Vavti
parent 5915f31950
commit e97dd48b4c
4 changed files with 4 additions and 3 deletions

View File

@@ -156,7 +156,7 @@ class NativeWikiPage {
$content = $item['body'];
return [
'content' => json_encode($content),
'content' => $content,
'mimeType' => $w['mimeType'],
'message' => '',
'success' => true