move jotnets to jot and some cleanup (mostly whitespace)

This commit is contained in:
Mario Vavti
2016-08-21 15:43:03 +02:00
parent e4244c0cac
commit 4f62d7a78f
10 changed files with 124 additions and 103 deletions

View File

@@ -126,7 +126,8 @@ class Rpost extends \Zotlabs\Web\Controller {
'source' => ((x($_REQUEST,'source')) ? strip_tags($_REQUEST['source']) : ''),
'return_path' => 'rpost/return',
'bbco_autocomplete' => 'bbcode',
'bbcode' => true
'bbcode' => true,
'jotnets' => true
);
$editor = status_editor($a,$x);