1
0
Fork 0

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

@ -84,9 +84,9 @@ function community_content(App $a, $update = 0) {
// we behave the same in message lists as the search module
$o .= conversation($a,$s,'community',$update);
$o .= conversation($a, $s, 'community', $update);
$o .= alt_pager($a,count($r));
$o .= alt_pager($a, count($r));
return $o;
}