whitespace

This commit is contained in:
zotlabs 2017-08-30 23:16:57 -07:00
parent c364bff0c1
commit aec92e0e17

View File

@ -90,8 +90,6 @@ class Rpost extends \Zotlabs\Web\Controller {
}
$plaintext = true;
// if(feature_enabled(local_channel(),'richtext'))
// $plaintext = false;
if(array_key_exists('type', $_REQUEST) && $_REQUEST['type'] === 'html') {
require_once('include/html2bbcode.php');
@ -128,10 +126,9 @@ class Rpost extends \Zotlabs\Web\Controller {
'source' => ((x($_REQUEST,'source')) ? strip_tags($_REQUEST['source']) : ''),
'return_path' => 'rpost/return',
'bbco_autocomplete' => 'bbcode',
'editor_autocomplete'=> true,
'editor_autocomplete' => true,
'bbcode' => true,
'jotnets' => true
);
$editor = status_editor($a,$x);