diff --git a/Zotlabs/Module/Editblock.php b/Zotlabs/Module/Editblock.php index b13ab22f3..0204d0994 100644 --- a/Zotlabs/Module/Editblock.php +++ b/Zotlabs/Module/Editblock.php @@ -24,7 +24,7 @@ class Editblock extends \Zotlabs\Web\Controller { } - function get() { + function get() { if(! \App::$profile) { notice( t('Requested profile is not available.') . EOL ); @@ -104,7 +104,7 @@ class Editblock extends \Zotlabs\Web\Controller { $plaintext = true; if(get_config('system','page_mimetype')) - $mimeselect = ''; + $mimeselect = ''; else $mimeselect = mimetype_select($itm[0]['uid'],$mimetype); @@ -182,4 +182,4 @@ class Editblock extends \Zotlabs\Web\Controller { } -} \ No newline at end of file +}