whitespace
This commit is contained in:
parent
0db8d3f6c6
commit
9fe33bb67d
@ -24,7 +24,7 @@ class Editblock extends \Zotlabs\Web\Controller {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function get() {
|
function get() {
|
||||||
|
|
||||||
if(! \App::$profile) {
|
if(! \App::$profile) {
|
||||||
notice( t('Requested profile is not available.') . EOL );
|
notice( t('Requested profile is not available.') . EOL );
|
||||||
@ -104,7 +104,7 @@ class Editblock extends \Zotlabs\Web\Controller {
|
|||||||
$plaintext = true;
|
$plaintext = true;
|
||||||
|
|
||||||
if(get_config('system','page_mimetype'))
|
if(get_config('system','page_mimetype'))
|
||||||
$mimeselect = '<input type="hidden" name="mimetype" value="' . $mimetype . '" />';
|
$mimeselect = '<input type="hidden" name="mimetype" value="' . $mimetype . '" />';
|
||||||
else
|
else
|
||||||
$mimeselect = mimetype_select($itm[0]['uid'],$mimetype);
|
$mimeselect = mimetype_select($itm[0]['uid'],$mimetype);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user