Merge pull request #417 from fermionic/events-reminder-makes-format-wonky

errant div in events_reminder.tpl
This commit is contained in:
friendica 2012-07-30 14:16:11 -07:00
commit 5297d6ee75
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@
{{ for $events as $event }}
<div class="event-list" id="event-$event.id"></a> <a href="events/$event.link">$event.title</a> $event.date </div>
{{ endfor }}
</div></div>
</div>
{{ endif }}