From: Rabuzarus Date: Fri, 26 Dec 2014 13:44:48 +0000 (+0100) Subject: revert last commit f59e574, remove some html code X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5939a8cea59dd94ee18704c955666c3d0083989f;p=friendica.git revert last commit f59e574, remove some html code --- diff --git a/mod/photos.php b/mod/photos.php index d3300c8005..003bcd9150 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -1183,8 +1183,6 @@ function photos_content(&$a) { intval($a->pager['itemspage']) ); - $o .= '

' . $album . '

'; - if($cmd === 'edit') { if(($album !== t('Profile Photos')) && ($album !== 'Contact Photos') && ($album !== t('Contact Photos'))) { if($can_post) { @@ -1266,7 +1264,7 @@ function photos_content(&$a) { '$edit' => $edit )); - $o .= '
'; + $o .= paginate($a); return $o;