]> git.mxchange.org Git - friendica.git/commitdiff
birthday notifications: missing div close
authorFriendika <info@friendika.com>
Mon, 17 Jan 2011 01:56:26 +0000 (17:56 -0800)
committerFriendika <info@friendika.com>
Mon, 17 Jan 2011 01:56:26 +0000 (17:56 -0800)
boot.php
include/notifier.php
view/theme/default/style.css
view/theme/duepuntozero/style.css

index 9715f9cfdb49c731a4fad921fa2698ceed2e9d2b..5184a833c2099eecd2114a0d706dc627360c861d 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -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>';
index 683cff360e03da31b873ef62b05fd4b70802bb61..39640e51a3f98d4dbad7abe98bfd3cc05fb84ec9 100644 (file)
                        '$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']),
index fd14c6bddddfb70d9305fc4944f38a287ef3324b..d9e93bbe649b58c07e6aa16cae20e31519d7593b 100644 (file)
@@ -1979,5 +1979,5 @@ a.mail-list-link {
 }
 
 #birthday-wrapper {
-       margin-bottom: 15px;
+       margin-bottom: 20px;
 }
index 37670df01e4b5fc9b011d914ff5bd9ba0273a65b..7453ce212fb6bf80f9091fcc634e19758f83086b 100644 (file)
@@ -1876,5 +1876,5 @@ a.mail-list-link {
 }
 
 #birthday-wrapper {
-       margin-bottom: 15px;
+       margin-bottom: 20px;
 }