whitespace
This commit is contained in:
parent
c364bff0c1
commit
aec92e0e17
@ -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');
|
||||
@ -131,7 +129,6 @@ class Rpost extends \Zotlabs\Web\Controller {
|
||||
'editor_autocomplete' => true,
|
||||
'bbcode' => true,
|
||||
'jotnets' => true
|
||||
|
||||
);
|
||||
|
||||
$editor = status_editor($a,$x);
|
||||
|
Reference in New Issue
Block a user