From 77cea581b0c6ddfef59cfe69da4457628c18f022 Mon Sep 17 00:00:00 2001 From: Friendika Date: Thu, 21 Jul 2011 20:19:55 -0700 Subject: better fix for bug #107, last one was flawed --- mod/community.php | 2 +- mod/network.php | 1 + mod/profile.php | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) (limited to 'mod') diff --git a/mod/community.php b/mod/community.php index 73feaabc6..cf43598b5 100644 --- a/mod/community.php +++ b/mod/community.php @@ -27,7 +27,7 @@ function community_content(&$a, $update = 0) { if(! $update) { $o .= ''; $o .= '
' . "\r\n"; - $o .= "\r\n"; + $o .= "\r\n"; } if(x($a->data,'search')) diff --git a/mod/network.php b/mod/network.php index f05bf3e34..000c9e2fe 100644 --- a/mod/network.php +++ b/mod/network.php @@ -126,6 +126,7 @@ function network_content(&$a, $update = 0) { $o .= '
' . "\r\n"; $o .= "\r\n"; + . "; var netargs = '/?f='; var profile_page = " . $a->pager['page'] . "; \r\n"; } } -- cgit v1.2.3