From 0c5434d5e35f13340df5bf5edd22c6d9e9e8379c Mon Sep 17 00:00:00 2001 From: redmatrix Date: Tue, 10 May 2016 01:30:22 -0700 Subject: try again with shutdown handler, fix issue #373 (live-pubstream div wasn't present --- Zotlabs/Module/Pubstream.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Zotlabs/Module/Pubstream.php') diff --git a/Zotlabs/Module/Pubstream.php b/Zotlabs/Module/Pubstream.php index d6cfe6e92..e48f8363c 100644 --- a/Zotlabs/Module/Pubstream.php +++ b/Zotlabs/Module/Pubstream.php @@ -28,7 +28,7 @@ class Pubstream extends \Zotlabs\Web\Controller { if(! $maxheight) $maxheight = 400; - $o .= '
' . "\r\n"; + $o .= '
' . "\r\n"; $o .= "\r\n"; @@ -161,7 +161,7 @@ class Pubstream extends \Zotlabs\Web\Controller { if(($items) && (! $update)) $o .= alt_pager($a,count($items)); - + return $o; } -- cgit v1.2.3