birthday notifications: missing div close

This commit is contained in:
Friendika 2011-01-16 17:56:26 -08:00
parent 3811923c14
commit 2e0a3e0693
4 changed files with 5 additions and 4 deletions

View File

@ -2168,7 +2168,8 @@ function get_birthdays() {
$o .= '<div class="birthday-list" id="birthday-' . $rr['eid'] . '"><a class="sparkle" href="'
. $a->get_baseurl() . '/redir/' . $rr['cid'] . '">' . $rr['name'] . '</a> '
. day_translate(datetime_convert('UTC', $a->timezone, $rr['start'], $bd_format)) . (($today) ? ' ' . t('[today]') : '') ;
. day_translate(datetime_convert('UTC', $a->timezone, $rr['start'], $bd_format)) . (($today) ? ' ' . t('[today]') : '')
. '</div>' ;
}
$o .= '</div>';

View File

@ -181,7 +181,7 @@
'$feed_title' => xmlify($owner['name']),
'$feed_updated' => xmlify(datetime_convert('UTC', 'UTC', $updated . '+00:00' , ATOM_TIME)) ,
'$hub' => $hubxml,
'$salmon' => '', // private feed, we don't use salmon here
'$salmon' => '', // private feed, we don't use salmon here
'$name' => xmlify($owner['name']),
'$profile_page' => xmlify($owner['url']),
'$photo' => xmlify($owner['photo']),

View File

@ -1979,5 +1979,5 @@ a.mail-list-link {
}
#birthday-wrapper {
margin-bottom: 15px;
margin-bottom: 20px;
}

View File

@ -1876,5 +1876,5 @@ a.mail-list-link {
}
#birthday-wrapper {
margin-bottom: 15px;
margin-bottom: 20px;
}