X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fprofile%2Fschedule.tpl;h=c3b08a40fcb5e90ca2dfb8df21ebcb546afc80ed;hb=5041e92937969855c85679b1abeeabcc570f5063;hp=8bb9caaac70ac7e14243733dfdeeecef291fbcc4;hpb=5a2fa2f81a652672e5671dbba1b79a519d268b86;p=friendica.git diff --git a/view/templates/profile/schedule.tpl b/view/templates/profile/schedule.tpl index 8bb9caaac7..c3b08a40fc 100644 --- a/view/templates/profile/schedule.tpl +++ b/view/templates/profile/schedule.tpl @@ -8,16 +8,14 @@ - {{foreach $schedule as $entry}} + {{foreach $schedule as $row}} - {{$entry.scheduled_at}} - {{$entry.content}} + {{$row.scheduled_at}} + {{$row.content}}
-