templates/mail/EVENT_ERRORS_REPORT.html
authoredward <edward@roojs.com>
Fri, 5 Feb 2016 04:48:47 +0000 (12:48 +0800)
committeredward <edward@roojs.com>
Fri, 5 Feb 2016 04:48:47 +0000 (12:48 +0800)
templates/mail/EVENT_ERRORS_REPORT.html

index 3479481..980a3ed 100644 (file)
@@ -21,12 +21,14 @@ Content-Type: text/html; charset=utf-8
                 <th>Type</th>
                 <th>Error</th>
             </tr>
-            <tr flexy:foreach="errors,e">
+            {foreach:errors,e}
+            <tr>
                 <th>{e.event_when}</th>
                 <th>{e.email}</th>
                 <th>{e.action}</th>
                 <th>{e.remarks}</th>
             </tr>
+            {end:}
         </table>
         
     </body>