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

index 3006215..7338865 100644 (file)
@@ -23,10 +23,10 @@ Content-Type: text/html; charset=utf-8
             </tr>
             {foreach:t.errors,e}
             <tr>
-                <th>{e.event_when}</th>
-                <th>{e.email}</th>
-                <th>{e.action}</th>
-                <th>{e.remarks}</th>
+                <td>{e.event_when}</td>
+                <td>{e.email}</td>
+                <td>{e.action}</td>
+                <td>{e.remarks}</td>
             </tr>
             {end:}
         </table>