aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Widget/Wiki_pages.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-09-14 15:02:18 -0700
committerzotlabs <mike@macgirvin.com>2017-09-14 15:02:18 -0700
commitb1876ac14fc4f9b7e39989ef7e69c8135a25c13f (patch)
tree9fd6068adf3735f5f391b4c5cf6df1b091ac8e51 /Zotlabs/Widget/Wiki_pages.php
parente8e61c83d572b41664a1066d60f2f78ef596183e (diff)
parent46b6415f5fddcea5aa7c4c55842405b68a7ccd6a (diff)
downloadvolse-hubzilla-b1876ac14fc4f9b7e39989ef7e69c8135a25c13f.tar.gz
volse-hubzilla-b1876ac14fc4f9b7e39989ef7e69c8135a25c13f.tar.bz2
volse-hubzilla-b1876ac14fc4f9b7e39989ef7e69c8135a25c13f.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'Zotlabs/Widget/Wiki_pages.php')
-rw-r--r--Zotlabs/Widget/Wiki_pages.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Widget/Wiki_pages.php b/Zotlabs/Widget/Wiki_pages.php
index ac6549ffd..3999d9858 100644
--- a/Zotlabs/Widget/Wiki_pages.php
+++ b/Zotlabs/Widget/Wiki_pages.php
@@ -50,7 +50,7 @@ class Wiki_pages {
'$canadd' => $can_create,
'$candel' => $can_delete,
'$addnew' => t('Add new page'),
- '$mimetype' => mimetype_select(0,$p['mimeType'], [ 'text/markdown','text/bbcode' ]),
+ '$mimetype' => mimetype_select(0,$w['mimeType'], [ 'text/markdown','text/bbcode', 'text/plain' ]),
'$pageName' => array('pageName', t('Page name')),
'$refresh' => $arr['refresh']
));