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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/community.php') 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')) -- cgit v1.2.3