]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/profile/schedule.tpl
Merge remote-tracking branch 'upstream/2022.12-rc' into diaspora-reshare
[friendica.git] / view / templates / profile / schedule.tpl
index eb5d7ea824649a973d2d72e86f655b78fbbef9d1..c3b08a40fcb5e90ca2dfb8df21ebcb546afc80ed 100644 (file)
@@ -8,10 +8,10 @@
                        </tr>
                </thead>
                <tbody>
-                       {{foreach $schedule as $entry}}
+                       {{foreach $schedule as $row}}
                        <tr>
-                               <td>{{$entry.scheduled_at}}</td>
-                               <td>{{$entry.content}}</td>
+                               <td>{{$row.scheduled_at}}</td>
+                               <td>{{$row.content}}</td>
                                <td>
                                        <form action="{{$baseurl}}/profile/{{$nickname}}/schedule" method="post">
                                                <input type="hidden" name="form_security_token" value="{{$form_security_token}}">