]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/birthdays_reminder.tpl
Merge pull request #10814 from annando/more-q
[friendica.git] / view / templates / birthdays_reminder.tpl
index 6aa51d470267c7eb3a3b54d564f984484d3e3ce4..5fb75a993da85cf05968020857b6843077a1940d 100644 (file)
@@ -1,7 +1,7 @@
 
 {{if $count}}
 <div id="birthday-notice" class="birthday-notice fakelink {{$classtoday}}" onclick="openClose('birthday-wrapper');">{{$event_reminders}} ({{$count}})</div>
-<div id="birthday-wrapper" style="display: none;" ><div id="birthday-title">{{$event_title}}</div>
+<div id="birthday-wrapper" style="display: none;"><div id="birthday-title">{{$event_title}}</div>
 <div id="birthday-title-end"></div>
 {{foreach $events as $event}}
 <div class="birthday-list" id="birthday-{{$event.id}}"> <a href="{{$event.link}}">{{$event.title}}</a> {{$event.date}} </div>