Minor tr closing tag correction on the Events output
authorLaury GvR <laury@gaslightmedia.com>
Wed, 17 May 2017 16:51:20 +0000 (12:51 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 17 May 2017 16:51:20 +0000 (12:51 -0400)
views/admin/registrations/events.html

index 61b3634..a973b1b 100644 (file)
@@ -18,7 +18,7 @@
         <td>(associated event link){$registration.event}</td>
         <td>{$registration.active.name}</td>
         <td>{$registration.attendees.name}</td>
-
+    <tr>
 {/foreach}
 </table>