aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-09-12 22:35:30 -0700
committerzotlabs <mike@macgirvin.com>2017-09-12 22:35:30 -0700
commit7489a4442ea2041450b3477400c0ecb29b8670d9 (patch)
tree467acac85c59fae3fd02c20b02fe248803cfef9e /Zotlabs/Lib
parent5e99295bf6f85e7a6d50e0c8f0701a9b37f03332 (diff)
downloadvolse-hubzilla-7489a4442ea2041450b3477400c0ecb29b8670d9.tar.gz
volse-hubzilla-7489a4442ea2041450b3477400c0ecb29b8670d9.tar.bz2
volse-hubzilla-7489a4442ea2041450b3477400c0ecb29b8670d9.zip
wiki mimetype
Diffstat (limited to 'Zotlabs/Lib')
-rw-r--r--Zotlabs/Lib/NativeWikiPage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/NativeWikiPage.php b/Zotlabs/Lib/NativeWikiPage.php
index 97dad5813..dd1e8f9d9 100644
--- a/Zotlabs/Lib/NativeWikiPage.php
+++ b/Zotlabs/Lib/NativeWikiPage.php
@@ -60,7 +60,7 @@ class NativeWikiPage {
logger('mimetype: ' . $mimetype);
if(! in_array($mimetype,[ 'text/markdown','text/bbcode','text/plain','text/html']))
- $mimetype = 'text/markdown;
+ $mimetype = 'text/markdown';
$w = Zlib\NativeWiki::get_wiki($channel_id, $observer_hash, $resource_id);