format
This commit is contained in:
parent
e88ca1fb05
commit
253d75ae82
2 changed files with 8 additions and 9 deletions
|
@ -14,8 +14,7 @@ class Biography extends Extension
|
|||
|
||||
if ($user->id == $duser->id) {
|
||||
$this->theme->display_composer($page, $bio);
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
$this->theme->display_biography($page, $bio);
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue