]> git.mxchange.org Git - friendica.git/blobdiff - mod/photos.php
Diaspora: Repeated items from twitter to Diaspora now only include a link, since...
[friendica.git] / mod / photos.php
index 3e88e4d019df8a28d76d2af6c65edf93d605190e..605f6153aedad1935e2a789aa9c19a7b21120e57 100644 (file)
@@ -1183,7 +1183,7 @@ function photos_content(&$a) {
                        intval($a->pager['itemspage'])
                );
 
-               $o .= '<h3>' . $album . '</h3>';
+               $o .= '<h3 id="photo-album-title">' . $album . '</h3>';
 
                if($cmd === 'edit') {
                        if(($album !== t('Profile Photos')) && ($album !== 'Contact Photos') && ($album !== t('Contact Photos'))) {