mirror of
https://github.com/friendica/friendica
synced 2024-11-10 13:42:53 +00:00
Merge pull request #417 from fermionic/events-reminder-makes-format-wonky
errant div in events_reminder.tpl
This commit is contained in:
commit
5297d6ee75
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue