templates/mail/EVENT_ERRORS_REPORT.html
[Pman.Admin] / 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>