From 51e6c30188daff240529fa65db5a5b6acf90d17a Mon Sep 17 00:00:00 2001 From: Fabrixxm Date: Wed, 17 Sep 2014 11:02:18 +0200 Subject: [PATCH] add id to album name tag this should be in template --- mod/photos.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'))) {