more spaces

This commit is contained in:
Michael 2017-03-13 05:57:37 +00:00
commit eb6a6228f7
4 changed files with 9 additions and 9 deletions

View file

@ -318,10 +318,10 @@ function profile_content(App $a, $update = 0) {
);
}
$o .= conversation($a,$items,'profile',$update);
$o .= conversation($a, $items, 'profile', $update);
if (!$update) {
$o .= alt_pager($a,count($items));
$o .= alt_pager($a, count($items));
}
return $o;