From: Fabrixxm Date: Wed, 17 Sep 2014 09:02:18 +0000 (+0200) Subject: add id to album name tag X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=51e6c30188daff240529fa65db5a5b6acf90d17a;p=friendica.git add id to album name tag this should be in template --- diff --git a/mod/photos.php b/mod/photos.php index 3e88e4d019..605f6153ae 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -1183,7 +1183,7 @@ function photos_content(&$a) { intval($a->pager['itemspage']) ); - $o .= '

' . $album . '

'; + $o .= '

' . $album . '

'; if($cmd === 'edit') { if(($album !== t('Profile Photos')) && ($album !== 'Contact Photos') && ($album !== t('Contact Photos'))) {