fixing syntax error
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 31 May 2016 20:48:35 +0000 (16:48 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 31 May 2016 20:48:35 +0000 (16:48 -0400)
views/front/events/ownerEmail.html

index 8139033..a745ddd 100644 (file)
@@ -17,7 +17,7 @@
            </tr>
            <tr>
                 {if $startTime}
-                   <td style="font-weight:bold;width:200px;padding:5px;border:1px solid #ccc;">Event Start Time: {$tartTime}</td>
+                   <td style="font-weight:bold;width:200px;padding:5px;border:1px solid #ccc;">Event Start Time: {$startTime}</td>
                 {/if}
                 {if $endTime}
                    <td style="font-weight:bold;width:200px;padding:5px;border:1px solid #ccc;">Event End Time: {$endTime}</td>