changeset 7136:10ee27bae2ff

HTML email templates: Outlook: fix width and height attributes to preserve whitespace The rendering of HTML emails in Outlook is very restricted and based on old Internet Explorer versions (more or less the same rendering as in Microsoft Word). To make the Kallithea emails look the same as in the browser, some adaptations are needed. HTML width and height attributes do not have any effect, the size is interpreted as 0px. A CSS-based width and height do work in Outlook and result in the expected spacing between and within elements of the email. For Outlook rendering, the CSS variant is probably sufficient, but as it is unclear how other mail agents will interpret this, leave the HTML width and height attributes as well.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Sat, 03 Feb 2018 17:17:57 +0100
parents ffe7f24c7c7a
children f028c24a714d
files kallithea/templates/email_templates/button.html kallithea/templates/email_templates/changeset_comment.html kallithea/templates/email_templates/comment.html kallithea/templates/email_templates/header.html kallithea/templates/email_templates/main.html kallithea/templates/email_templates/password_reset.html kallithea/templates/email_templates/pull_request.html kallithea/templates/email_templates/pull_request_comment.html kallithea/templates/email_templates/registration.html kallithea/tests/models/test_dump_html_mails.ref.html
diffstat 10 files changed, 355 insertions(+), 355 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/templates/email_templates/button.html	Sat Feb 03 17:13:18 2018 +0100
+++ b/kallithea/templates/email_templates/button.html	Sat Feb 03 17:17:57 2018 +0100
@@ -4,7 +4,7 @@
     <table cellspacing="0" cellpadding="0" style="margin-left:auto;margin-right:auto">
         %if padding_top:
         <tr>
-            <td height="25px"></td>
+            <td height="25px" style="height:25px"></td>
         </tr>
         %endif
         <tr>
@@ -20,7 +20,7 @@
         </tr>
         %if padding_bottom:
         <tr>
-            <td height="25px"></td>
+            <td height="25px" style="height:25px"></td>
         </tr>
         %endif
     </table>
--- a/kallithea/templates/email_templates/changeset_comment.html	Sat Feb 03 17:13:18 2018 +0100
+++ b/kallithea/templates/email_templates/changeset_comment.html	Sat Feb 03 17:17:57 2018 +0100
@@ -12,7 +12,7 @@
         </td>
     </tr>
     <tr>
-        <td height="30px"></td>
+        <td height="30px" style="height:30px"></td>
     </tr>
     <tr>
         <td>
--- a/kallithea/templates/email_templates/comment.html	Sat Feb 03 17:13:18 2018 +0100
+++ b/kallithea/templates/email_templates/comment.html	Sat Feb 03 17:17:57 2018 +0100
@@ -3,24 +3,24 @@
 ##<!-- comment ->
 <table cellpadding="0" cellspacing="0" width="100%" border="0" bgcolor="${color_background_grey}" style="border:1px solid ${color_border};border-radius:4px">
     <tr>
-        <td height="10px" colspan="3"></td>
+        <td height="10px" style="height:10px" colspan="3"></td>
     </tr>
     <tr>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
         <td>
             <div style="${emph_style}">${author}</div>
         </td>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
     </tr>
     <tr>
-        <td height="10px" colspan="3" style="border-bottom:1px solid ${color_border}"></td>
+        <td height="10px" style="height:10px" colspan="3" style="border-bottom:1px solid ${color_border}"></td>
     </tr>
     %if status or close:
         <tr>
-            <td height="10px" colspan="3"></td>
+            <td height="10px" style="height:10px" colspan="3"></td>
         </tr>
         <tr>
-            <td width="20px"></td>
+            <td width="20px" style="width:20px"></td>
             <td>
                 %if status:
                     <div style="font-weight:600">
@@ -34,24 +34,24 @@
                     </div>
                 %endif
             </td>
-            <td width="20px"></td>
+            <td width="20px" style="width:20px"></td>
         </tr>
         <tr>
-            <td height="10px" colspan="3" style="border-bottom:1px solid ${color_border}"></td>
+            <td height="10px" style="height:10px" colspan="3" style="border-bottom:1px solid ${color_border}"></td>
         </tr>
     %endif
     <tr>
-        <td height="10px" colspan="3"></td>
+        <td height="10px" style="height:10px" colspan="3"></td>
     </tr>
     <tr>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
         <td>
             <div style="${comment_style}">${text}</div>
         </td>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
     </tr>
     <tr>
-        <td height="10px" colspan="3"></td>
+        <td height="10px" style="height:10px" colspan="3"></td>
     </tr>
 </table>
 ##<!-- /comment ->
--- a/kallithea/templates/email_templates/header.html	Sat Feb 03 17:13:18 2018 +0100
+++ b/kallithea/templates/email_templates/header.html	Sat Feb 03 17:17:57 2018 +0100
@@ -4,10 +4,10 @@
 <table bgcolor="${color_background_grey}" width="100%" cellpadding="0" cellspacing="0"
        style="border-bottom:1px solid ${color_border}">
     <tr>
-        <td height="20px" colspan="3"></td>
+        <td height="20px" style="height:20px" colspan="3"></td>
     </tr>
     <tr>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
         <td style="${sans_style};font-size:19px;line-height:24px">
         %if link is not None:
             <a style="text-decoration:none;${emph_style}" href="${link}"
@@ -16,10 +16,10 @@
             <span style="${emph_style}">${title}</span>
         %endif
         </td>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
     </tr>
     <tr>
-        <td height="20px" colspan="3"></td>
+        <td height="20px" style="height:20px" colspan="3"></td>
     </tr>
 </table>
 ##<!-- /header -->
--- a/kallithea/templates/email_templates/main.html	Sat Feb 03 17:13:18 2018 +0100
+++ b/kallithea/templates/email_templates/main.html	Sat Feb 03 17:17:57 2018 +0100
@@ -8,18 +8,18 @@
 <body>
 <table align="center" cellpadding="0" cellspacing="0" border="0" style="min-width:348px;max-width:800px;${default_style}">
     <tr>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
         <td>
             <table width="100%" cellpadding="0" cellspacing="0" border="0"
                    style="table-layout:fixed;${sans_style};border:1px solid ${color_border}">
-                <tr><td width="30px"></td><td></td><td width="30px"></td></tr>
+                <tr><td width="30px" style="width:30px"></td><td></td><td width="30px" style="width:30px"></td></tr>
                 <tr>
                     <td colspan="3">
 <%block name="header"/>\
                     </td>
                 </tr>
                 <tr>
-                    <td height="30px" colspan="3"></td>
+                    <td height="30px" style="height:30px" colspan="3"></td>
                 </tr>
                 <tr>
                     <td></td>
@@ -31,11 +31,11 @@
                     <td></td>
                 </tr>
                 <tr>
-                    <td height="30px" colspan="3"></td>
+                    <td height="30px" style="height:30px" colspan="3"></td>
                 </tr>
             </table>
         </td>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
     </tr>
 </table>
 </body>
--- a/kallithea/templates/email_templates/password_reset.html	Sat Feb 03 17:13:18 2018 +0100
+++ b/kallithea/templates/email_templates/password_reset.html	Sat Feb 03 17:17:57 2018 +0100
@@ -9,7 +9,7 @@
         <td>${_('Hello %s') % user},</td>
     </tr>
     <tr>
-        <td height="10px"></td>
+        <td height="10px" style="height:10px"></td>
     </tr>
     <tr>
         <td>
@@ -17,7 +17,7 @@
         </td>
     </tr>
     <tr>
-        <td height="10px"></td>
+        <td height="10px" style="height:10px"></td>
     </tr>
     <tr>
         <td>
@@ -37,7 +37,7 @@
         </td>
     </tr>
     <tr>
-        <td height="10px"></td>
+        <td height="10px" style="height:10px"></td>
     </tr>
     <tr>
         <td>
--- a/kallithea/templates/email_templates/pull_request.html	Sat Feb 03 17:13:18 2018 +0100
+++ b/kallithea/templates/email_templates/pull_request.html	Sat Feb 03 17:17:57 2018 +0100
@@ -29,7 +29,7 @@
             </div>
         </td>
     </tr>
-    <tr><td height="10px"></td></tr>
+    <tr><td height="10px" style="height:10px"></td></tr>
     <tr>
         <td>
             <div>
@@ -37,19 +37,19 @@
             </div>
         </td>
     </tr>
-    <tr><td height="10px"></td></tr>
+    <tr><td height="10px" style="height:10px"></td></tr>
     <tr>
         <td>
             <div style="${comment_style};color:${color_link}">${body}</div>
         </td>
     </tr>
-    <tr><td height="15px"></td></tr>
+    <tr><td height="15px" style="height:15px"></td></tr>
     <tr>
         <td>
             <div>${_('Changesets')}:</div>
         </td>
     </tr>
-    <tr><td height="10px"></td></tr>
+    <tr><td height="10px" style="height:10px"></td></tr>
 
     <tr>
         <td style="${sans_style}">
--- a/kallithea/templates/email_templates/pull_request_comment.html	Sat Feb 03 17:13:18 2018 +0100
+++ b/kallithea/templates/email_templates/pull_request_comment.html	Sat Feb 03 17:17:57 2018 +0100
@@ -12,7 +12,7 @@
         </td>
     </tr>
     <tr>
-        <td height="30px"></td>
+        <td height="30px" style="height:30px"></td>
     </tr>
     <tr>
         <td>
--- a/kallithea/templates/email_templates/registration.html	Sat Feb 03 17:13:18 2018 +0100
+++ b/kallithea/templates/email_templates/registration.html	Sat Feb 03 17:17:57 2018 +0100
@@ -15,7 +15,7 @@
         </td>
     </tr>
     <tr>
-        <td height="10px" colspan="2"></td>
+        <td height="10px" style="height:10px" colspan="2"></td>
     </tr>
     <tr>
         <td>
@@ -26,7 +26,7 @@
         </td>
     </tr>
     <tr>
-        <td height="10px" colspan="2"></td>
+        <td height="10px" style="height:10px" colspan="2"></td>
     </tr>
     <tr>
         <td>
--- a/kallithea/tests/models/test_dump_html_mails.ref.html	Sat Feb 03 17:13:18 2018 +0100
+++ b/kallithea/tests/models/test_dump_html_mails.ref.html	Sat Feb 03 17:17:57 2018 +0100
@@ -39,34 +39,34 @@
 <!--body-->
 <table align="center" cellpadding="0" cellspacing="0" border="0" style="min-width:348px;max-width:800px;font-family:Helvetica,Arial,sans-serif;font-weight:200;font-size:14px;line-height:17px;color:#202020">
     <tr>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
         <td>
             <table width="100%" cellpadding="0" cellspacing="0" border="0"
                    style="table-layout:fixed;font-family:Helvetica,Arial,sans-serif;border:1px solid #ddd">
-                <tr><td width="30px"></td><td></td><td width="30px"></td></tr>
+                <tr><td width="30px" style="width:30px"></td><td></td><td width="30px" style="width:30px"></td></tr>
                 <tr>
                     <td colspan="3">
 <table bgcolor="#f9f9f9" width="100%" cellpadding="0" cellspacing="0"
        style="border-bottom:1px solid #ddd">
     <tr>
-        <td height="20px" colspan="3"></td>
+        <td height="20px" style="height:20px" colspan="3"></td>
     </tr>
     <tr>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
         <td style="font-family:Helvetica,Arial,sans-serif;font-size:19px;line-height:24px">
             <a style="text-decoration:none;font-weight:600;color:#395fa0" href="http://comment.org"
                target="_blank">Comment on Changeset &#34;This changeset did something clever which is hard to explain&#34;</a>
         </td>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
     </tr>
     <tr>
-        <td height="20px" colspan="3"></td>
+        <td height="20px" style="height:20px" colspan="3"></td>
     </tr>
 </table>
                     </td>
                 </tr>
                 <tr>
-                    <td height="30px" colspan="3"></td>
+                    <td height="30px" style="height:30px" colspan="3"></td>
                 </tr>
                 <tr>
                     <td></td>
@@ -76,36 +76,36 @@
         <td>
 <table cellpadding="0" cellspacing="0" width="100%" border="0" bgcolor="#f9f9f9" style="border:1px solid #ddd;border-radius:4px">
     <tr>
-        <td height="10px" colspan="3"></td>
+        <td height="10px" style="height:10px" colspan="3"></td>
     </tr>
     <tr>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
         <td>
             <div style="font-weight:600;color:#395fa0">Opinionated User (jsmith)</div>
         </td>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
     </tr>
     <tr>
-        <td height="10px" colspan="3" style="border-bottom:1px solid #ddd"></td>
+        <td height="10px" style="height:10px" colspan="3" style="border-bottom:1px solid #ddd"></td>
     </tr>
     <tr>
-        <td height="10px" colspan="3"></td>
+        <td height="10px" style="height:10px" colspan="3"></td>
     </tr>
     <tr>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
         <td>
             <div style="font-family:Lucida Console,Consolas,Monaco,Inconsolata,Liberation Mono,monospace;white-space:pre-wrap"><div class="formatted-fixed">This is the new comment.<br/><br/> - and here it ends indented.</div></div>
         </td>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
     </tr>
     <tr>
-        <td height="10px" colspan="3"></td>
+        <td height="10px" style="height:10px" colspan="3"></td>
     </tr>
 </table>
         </td>
     </tr>
     <tr>
-        <td height="30px"></td>
+        <td height="30px" style="height:30px"></td>
     </tr>
     <tr>
         <td>
@@ -129,7 +129,7 @@
 <center>
     <table cellspacing="0" cellpadding="0" style="margin-left:auto;margin-right:auto">
         <tr>
-            <td height="25px"></td>
+            <td height="25px" style="height:25px"></td>
         </tr>
         <tr>
             <td style="border-collapse:collapse;border-radius:2px;text-align:center;display:block;border:solid 1px #395fa0;padding:11px 20px 11px 20px">
@@ -151,11 +151,11 @@
                     <td></td>
                 </tr>
                 <tr>
-                    <td height="30px" colspan="3"></td>
+                    <td height="30px" style="height:30px" colspan="3"></td>
                 </tr>
             </table>
         </td>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
     </tr>
 </table>
 <!--/body-->
@@ -198,34 +198,34 @@
 <!--body-->
 <table align="center" cellpadding="0" cellspacing="0" border="0" style="min-width:348px;max-width:800px;font-family:Helvetica,Arial,sans-serif;font-weight:200;font-size:14px;line-height:17px;color:#202020">
     <tr>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
         <td>
             <table width="100%" cellpadding="0" cellspacing="0" border="0"
                    style="table-layout:fixed;font-family:Helvetica,Arial,sans-serif;border:1px solid #ddd">
-                <tr><td width="30px"></td><td></td><td width="30px"></td></tr>
+                <tr><td width="30px" style="width:30px"></td><td></td><td width="30px" style="width:30px"></td></tr>
                 <tr>
                     <td colspan="3">
 <table bgcolor="#f9f9f9" width="100%" cellpadding="0" cellspacing="0"
        style="border-bottom:1px solid #ddd">
     <tr>
-        <td height="20px" colspan="3"></td>
+        <td height="20px" style="height:20px" colspan="3"></td>
     </tr>
     <tr>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
         <td style="font-family:Helvetica,Arial,sans-serif;font-size:19px;line-height:24px">
             <a style="text-decoration:none;font-weight:600;color:#395fa0" href="http://comment.org"
                target="_blank">Mention in Comment on Changeset &#34;This changeset did something clever which is hard to explain&#34;</a>
         </td>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
     </tr>
     <tr>
-        <td height="20px" colspan="3"></td>
+        <td height="20px" style="height:20px" colspan="3"></td>
     </tr>
 </table>
                     </td>
                 </tr>
                 <tr>
-                    <td height="30px" colspan="3"></td>
+                    <td height="30px" style="height:30px" colspan="3"></td>
                 </tr>
                 <tr>
                     <td></td>
@@ -235,36 +235,36 @@
         <td>
 <table cellpadding="0" cellspacing="0" width="100%" border="0" bgcolor="#f9f9f9" style="border:1px solid #ddd;border-radius:4px">
     <tr>
-        <td height="10px" colspan="3"></td>
+        <td height="10px" style="height:10px" colspan="3"></td>
     </tr>
     <tr>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
         <td>
             <div style="font-weight:600;color:#395fa0">Opinionated User (jsmith)</div>
         </td>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
     </tr>
     <tr>
-        <td height="10px" colspan="3" style="border-bottom:1px solid #ddd"></td>
+        <td height="10px" style="height:10px" colspan="3" style="border-bottom:1px solid #ddd"></td>
     </tr>
     <tr>
-        <td height="10px" colspan="3"></td>
+        <td height="10px" style="height:10px" colspan="3"></td>
     </tr>
     <tr>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
         <td>
             <div style="font-family:Lucida Console,Consolas,Monaco,Inconsolata,Liberation Mono,monospace;white-space:pre-wrap"><div class="formatted-fixed">This is the new comment.<br/><br/> - and here it ends indented.</div></div>
         </td>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
     </tr>
     <tr>
-        <td height="10px" colspan="3"></td>
+        <td height="10px" style="height:10px" colspan="3"></td>
     </tr>
 </table>
         </td>
     </tr>
     <tr>
-        <td height="30px"></td>
+        <td height="30px" style="height:30px"></td>
     </tr>
     <tr>
         <td>
@@ -288,7 +288,7 @@
 <center>
     <table cellspacing="0" cellpadding="0" style="margin-left:auto;margin-right:auto">
         <tr>
-            <td height="25px"></td>
+            <td height="25px" style="height:25px"></td>
         </tr>
         <tr>
             <td style="border-collapse:collapse;border-radius:2px;text-align:center;display:block;border:solid 1px #395fa0;padding:11px 20px 11px 20px">
@@ -310,11 +310,11 @@
                     <td></td>
                 </tr>
                 <tr>
-                    <td height="30px" colspan="3"></td>
+                    <td height="30px" style="height:30px" colspan="3"></td>
                 </tr>
             </table>
         </td>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
     </tr>
 </table>
 <!--/body-->
@@ -359,34 +359,34 @@
 <!--body-->
 <table align="center" cellpadding="0" cellspacing="0" border="0" style="min-width:348px;max-width:800px;font-family:Helvetica,Arial,sans-serif;font-weight:200;font-size:14px;line-height:17px;color:#202020">
     <tr>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
         <td>
             <table width="100%" cellpadding="0" cellspacing="0" border="0"
                    style="table-layout:fixed;font-family:Helvetica,Arial,sans-serif;border:1px solid #ddd">
-                <tr><td width="30px"></td><td></td><td width="30px"></td></tr>
+                <tr><td width="30px" style="width:30px"></td><td></td><td width="30px" style="width:30px"></td></tr>
                 <tr>
                     <td colspan="3">
 <table bgcolor="#f9f9f9" width="100%" cellpadding="0" cellspacing="0"
        style="border-bottom:1px solid #ddd">
     <tr>
-        <td height="20px" colspan="3"></td>
+        <td height="20px" style="height:20px" colspan="3"></td>
     </tr>
     <tr>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
         <td style="font-family:Helvetica,Arial,sans-serif;font-size:19px;line-height:24px">
             <a style="text-decoration:none;font-weight:600;color:#395fa0" href="http://comment.org"
                target="_blank">Comment on Changeset &#34;This changeset did something clever which is hard to explain&#34;</a>
         </td>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
     </tr>
     <tr>
-        <td height="20px" colspan="3"></td>
+        <td height="20px" style="height:20px" colspan="3"></td>
     </tr>
 </table>
                     </td>
                 </tr>
                 <tr>
-                    <td height="30px" colspan="3"></td>
+                    <td height="30px" style="height:30px" colspan="3"></td>
                 </tr>
                 <tr>
                     <td></td>
@@ -396,52 +396,52 @@
         <td>
 <table cellpadding="0" cellspacing="0" width="100%" border="0" bgcolor="#f9f9f9" style="border:1px solid #ddd;border-radius:4px">
     <tr>
-        <td height="10px" colspan="3"></td>
+        <td height="10px" style="height:10px" colspan="3"></td>
     </tr>
     <tr>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
         <td>
             <div style="font-weight:600;color:#395fa0">Opinionated User (jsmith)</div>
         </td>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
     </tr>
     <tr>
-        <td height="10px" colspan="3" style="border-bottom:1px solid #ddd"></td>
+        <td height="10px" style="height:10px" colspan="3" style="border-bottom:1px solid #ddd"></td>
     </tr>
         <tr>
-            <td height="10px" colspan="3"></td>
+            <td height="10px" style="height:10px" colspan="3"></td>
         </tr>
         <tr>
-            <td width="20px"></td>
+            <td width="20px" style="width:20px"></td>
             <td>
                     <div style="font-weight:600">
                         Status change:
                         Approved
                     </div>
             </td>
-            <td width="20px"></td>
+            <td width="20px" style="width:20px"></td>
         </tr>
         <tr>
-            <td height="10px" colspan="3" style="border-bottom:1px solid #ddd"></td>
+            <td height="10px" style="height:10px" colspan="3" style="border-bottom:1px solid #ddd"></td>
         </tr>
     <tr>
-        <td height="10px" colspan="3"></td>
+        <td height="10px" style="height:10px" colspan="3"></td>
     </tr>
     <tr>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
         <td>
             <div style="font-family:Lucida Console,Consolas,Monaco,Inconsolata,Liberation Mono,monospace;white-space:pre-wrap"><div class="formatted-fixed">This is the new comment.<br/><br/> - and here it ends indented.</div></div>
         </td>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
     </tr>
     <tr>
-        <td height="10px" colspan="3"></td>
+        <td height="10px" style="height:10px" colspan="3"></td>
     </tr>
 </table>
         </td>
     </tr>
     <tr>
-        <td height="30px"></td>
+        <td height="30px" style="height:30px"></td>
     </tr>
     <tr>
         <td>
@@ -465,7 +465,7 @@
 <center>
     <table cellspacing="0" cellpadding="0" style="margin-left:auto;margin-right:auto">
         <tr>
-            <td height="25px"></td>
+            <td height="25px" style="height:25px"></td>
         </tr>
         <tr>
             <td style="border-collapse:collapse;border-radius:2px;text-align:center;display:block;border:solid 1px #395fa0;padding:11px 20px 11px 20px">
@@ -487,11 +487,11 @@
                     <td></td>
                 </tr>
                 <tr>
-                    <td height="30px" colspan="3"></td>
+                    <td height="30px" style="height:30px" colspan="3"></td>
                 </tr>
             </table>
         </td>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
     </tr>
 </table>
 <!--/body-->
@@ -536,34 +536,34 @@
 <!--body-->
 <table align="center" cellpadding="0" cellspacing="0" border="0" style="min-width:348px;max-width:800px;font-family:Helvetica,Arial,sans-serif;font-weight:200;font-size:14px;line-height:17px;color:#202020">
     <tr>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
         <td>
             <table width="100%" cellpadding="0" cellspacing="0" border="0"
                    style="table-layout:fixed;font-family:Helvetica,Arial,sans-serif;border:1px solid #ddd">
-                <tr><td width="30px"></td><td></td><td width="30px"></td></tr>
+                <tr><td width="30px" style="width:30px"></td><td></td><td width="30px" style="width:30px"></td></tr>
                 <tr>
                     <td colspan="3">
 <table bgcolor="#f9f9f9" width="100%" cellpadding="0" cellspacing="0"
        style="border-bottom:1px solid #ddd">
     <tr>
-        <td height="20px" colspan="3"></td>
+        <td height="20px" style="height:20px" colspan="3"></td>
     </tr>
     <tr>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
         <td style="font-family:Helvetica,Arial,sans-serif;font-size:19px;line-height:24px">
             <a style="text-decoration:none;font-weight:600;color:#395fa0" href="http://comment.org"
                target="_blank">Mention in Comment on Changeset &#34;This changeset did something clever which is hard to explain&#34;</a>
         </td>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
     </tr>
     <tr>
-        <td height="20px" colspan="3"></td>
+        <td height="20px" style="height:20px" colspan="3"></td>
     </tr>
 </table>
                     </td>
                 </tr>
                 <tr>
-                    <td height="30px" colspan="3"></td>
+                    <td height="30px" style="height:30px" colspan="3"></td>
                 </tr>
                 <tr>
                     <td></td>
@@ -573,52 +573,52 @@
         <td>
 <table cellpadding="0" cellspacing="0" width="100%" border="0" bgcolor="#f9f9f9" style="border:1px solid #ddd;border-radius:4px">
     <tr>
-        <td height="10px" colspan="3"></td>
+        <td height="10px" style="height:10px" colspan="3"></td>
     </tr>
     <tr>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
         <td>
             <div style="font-weight:600;color:#395fa0">Opinionated User (jsmith)</div>
         </td>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
     </tr>
     <tr>
-        <td height="10px" colspan="3" style="border-bottom:1px solid #ddd"></td>
+        <td height="10px" style="height:10px" colspan="3" style="border-bottom:1px solid #ddd"></td>
     </tr>
         <tr>
-            <td height="10px" colspan="3"></td>
+            <td height="10px" style="height:10px" colspan="3"></td>
         </tr>
         <tr>
-            <td width="20px"></td>
+            <td width="20px" style="width:20px"></td>
             <td>
                     <div style="font-weight:600">
                         Status change:
                         Approved
                     </div>
             </td>
-            <td width="20px"></td>
+            <td width="20px" style="width:20px"></td>
         </tr>
         <tr>
-            <td height="10px" colspan="3" style="border-bottom:1px solid #ddd"></td>
+            <td height="10px" style="height:10px" colspan="3" style="border-bottom:1px solid #ddd"></td>
         </tr>
     <tr>
-        <td height="10px" colspan="3"></td>
+        <td height="10px" style="height:10px" colspan="3"></td>
     </tr>
     <tr>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
         <td>
             <div style="font-family:Lucida Console,Consolas,Monaco,Inconsolata,Liberation Mono,monospace;white-space:pre-wrap"><div class="formatted-fixed">This is the new comment.<br/><br/> - and here it ends indented.</div></div>
         </td>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
     </tr>
     <tr>
-        <td height="10px" colspan="3"></td>
+        <td height="10px" style="height:10px" colspan="3"></td>
     </tr>
 </table>
         </td>
     </tr>
     <tr>
-        <td height="30px"></td>
+        <td height="30px" style="height:30px"></td>
     </tr>
     <tr>
         <td>
@@ -642,7 +642,7 @@
 <center>
     <table cellspacing="0" cellpadding="0" style="margin-left:auto;margin-right:auto">
         <tr>
-            <td height="25px"></td>
+            <td height="25px" style="height:25px"></td>
         </tr>
         <tr>
             <td style="border-collapse:collapse;border-radius:2px;text-align:center;display:block;border:solid 1px #395fa0;padding:11px 20px 11px 20px">
@@ -664,11 +664,11 @@
                     <td></td>
                 </tr>
                 <tr>
-                    <td height="30px" colspan="3"></td>
+                    <td height="30px" style="height:30px" colspan="3"></td>
                 </tr>
             </table>
         </td>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
     </tr>
 </table>
 <!--/body-->
@@ -695,33 +695,33 @@
 <!--body-->
 <table align="center" cellpadding="0" cellspacing="0" border="0" style="min-width:348px;max-width:800px;font-family:Helvetica,Arial,sans-serif;font-weight:200;font-size:14px;line-height:17px;color:#202020">
     <tr>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
         <td>
             <table width="100%" cellpadding="0" cellspacing="0" border="0"
                    style="table-layout:fixed;font-family:Helvetica,Arial,sans-serif;border:1px solid #ddd">
-                <tr><td width="30px"></td><td></td><td width="30px"></td></tr>
+                <tr><td width="30px" style="width:30px"></td><td></td><td width="30px" style="width:30px"></td></tr>
                 <tr>
                     <td colspan="3">
 <table bgcolor="#f9f9f9" width="100%" cellpadding="0" cellspacing="0"
        style="border-bottom:1px solid #ddd">
     <tr>
-        <td height="20px" colspan="3"></td>
+        <td height="20px" style="height:20px" colspan="3"></td>
     </tr>
     <tr>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
         <td style="font-family:Helvetica,Arial,sans-serif;font-size:19px;line-height:24px">
             <span style="font-weight:600;color:#395fa0">Message</span>
         </td>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
     </tr>
     <tr>
-        <td height="20px" colspan="3"></td>
+        <td height="20px" style="height:20px" colspan="3"></td>
     </tr>
 </table>
                     </td>
                 </tr>
                 <tr>
-                    <td height="30px" colspan="3"></td>
+                    <td height="30px" style="height:30px" colspan="3"></td>
                 </tr>
                 <tr>
                     <td></td>
@@ -735,11 +735,11 @@
                     <td></td>
                 </tr>
                 <tr>
-                    <td height="30px" colspan="3"></td>
+                    <td height="30px" style="height:30px" colspan="3"></td>
                 </tr>
             </table>
         </td>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
     </tr>
 </table>
 <!--/body-->
@@ -778,34 +778,34 @@
 <!--body-->
 <table align="center" cellpadding="0" cellspacing="0" border="0" style="min-width:348px;max-width:800px;font-family:Helvetica,Arial,sans-serif;font-weight:200;font-size:14px;line-height:17px;color:#202020">
     <tr>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
         <td>
             <table width="100%" cellpadding="0" cellspacing="0" border="0"
                    style="table-layout:fixed;font-family:Helvetica,Arial,sans-serif;border:1px solid #ddd">
-                <tr><td width="30px"></td><td></td><td width="30px"></td></tr>
+                <tr><td width="30px" style="width:30px"></td><td></td><td width="30px" style="width:30px"></td></tr>
                 <tr>
                     <td colspan="3">
 <table bgcolor="#f9f9f9" width="100%" cellpadding="0" cellspacing="0"
        style="border-bottom:1px solid #ddd">
     <tr>
-        <td height="20px" colspan="3"></td>
+        <td height="20px" style="height:20px" colspan="3"></td>
     </tr>
     <tr>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
         <td style="font-family:Helvetica,Arial,sans-serif;font-size:19px;line-height:24px">
             <a style="text-decoration:none;font-weight:600;color:#395fa0" href="http://newbie.org"
                target="_blank">New User Registration</a>
         </td>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
     </tr>
     <tr>
-        <td height="20px" colspan="3"></td>
+        <td height="20px" style="height:20px" colspan="3"></td>
     </tr>
 </table>
                     </td>
                 </tr>
                 <tr>
-                    <td height="30px" colspan="3"></td>
+                    <td height="30px" style="height:30px" colspan="3"></td>
                 </tr>
                 <tr>
                     <td></td>
@@ -820,7 +820,7 @@
         </td>
     </tr>
     <tr>
-        <td height="10px" colspan="2"></td>
+        <td height="10px" style="height:10px" colspan="2"></td>
     </tr>
     <tr>
         <td>
@@ -831,7 +831,7 @@
         </td>
     </tr>
     <tr>
-        <td height="10px" colspan="2"></td>
+        <td height="10px" style="height:10px" colspan="2"></td>
     </tr>
     <tr>
         <td>
@@ -846,7 +846,7 @@
 <center>
     <table cellspacing="0" cellpadding="0" style="margin-left:auto;margin-right:auto">
         <tr>
-            <td height="25px"></td>
+            <td height="25px" style="height:25px"></td>
         </tr>
         <tr>
             <td style="border-collapse:collapse;border-radius:2px;text-align:center;display:block;border:solid 1px #395fa0;padding:11px 20px 11px 20px">
@@ -868,11 +868,11 @@
                     <td></td>
                 </tr>
                 <tr>
-                    <td height="30px" colspan="3"></td>
+                    <td height="30px" style="height:30px" colspan="3"></td>
                 </tr>
             </table>
         </td>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
     </tr>
 </table>
 <!--/body-->
@@ -920,34 +920,34 @@
 <!--body-->
 <table align="center" cellpadding="0" cellspacing="0" border="0" style="min-width:348px;max-width:800px;font-family:Helvetica,Arial,sans-serif;font-weight:200;font-size:14px;line-height:17px;color:#202020">
     <tr>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
         <td>
             <table width="100%" cellpadding="0" cellspacing="0" border="0"
                    style="table-layout:fixed;font-family:Helvetica,Arial,sans-serif;border:1px solid #ddd">
-                <tr><td width="30px"></td><td></td><td width="30px"></td></tr>
+                <tr><td width="30px" style="width:30px"></td><td></td><td width="30px" style="width:30px"></td></tr>
                 <tr>
                     <td colspan="3">
 <table bgcolor="#f9f9f9" width="100%" cellpadding="0" cellspacing="0"
        style="border-bottom:1px solid #ddd">
     <tr>
-        <td height="20px" colspan="3"></td>
+        <td height="20px" style="height:20px" colspan="3"></td>
     </tr>
     <tr>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
         <td style="font-family:Helvetica,Arial,sans-serif;font-size:19px;line-height:24px">
             <a style="text-decoration:none;font-weight:600;color:#395fa0" href="http://pr.org/7"
                target="_blank">Added as Reviewer of Pull Request #7 &#34;The Title&#34; by Requesting User (root)</a>
         </td>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
     </tr>
     <tr>
-        <td height="20px" colspan="3"></td>
+        <td height="20px" style="height:20px" colspan="3"></td>
     </tr>
 </table>
                     </td>
                 </tr>
                 <tr>
-                    <td height="30px" colspan="3"></td>
+                    <td height="30px" style="height:30px" colspan="3"></td>
                 </tr>
                 <tr>
                     <td></td>
@@ -976,7 +976,7 @@
             </div>
         </td>
     </tr>
-    <tr><td height="10px"></td></tr>
+    <tr><td height="10px" style="height:10px"></td></tr>
     <tr>
         <td>
             <div>
@@ -984,19 +984,19 @@
             </div>
         </td>
     </tr>
-    <tr><td height="10px"></td></tr>
+    <tr><td height="10px" style="height:10px"></td></tr>
     <tr>
         <td>
             <div style="font-family:Lucida Console,Consolas,Monaco,Inconsolata,Liberation Mono,monospace;white-space:pre-wrap;color:#395fa0"><div class="formatted-fixed">This PR is awesome because it does stuff<br/> - please approve indented!</div></div>
         </td>
     </tr>
-    <tr><td height="15px"></td></tr>
+    <tr><td height="15px" style="height:15px"></td></tr>
     <tr>
         <td>
             <div>Changesets:</div>
         </td>
     </tr>
-    <tr><td height="10px"></td></tr>
+    <tr><td height="10px" style="height:10px"></td></tr>
 
     <tr>
         <td style="font-family:Helvetica,Arial,sans-serif">
@@ -1021,7 +1021,7 @@
 <center>
     <table cellspacing="0" cellpadding="0" style="margin-left:auto;margin-right:auto">
         <tr>
-            <td height="25px"></td>
+            <td height="25px" style="height:25px"></td>
         </tr>
         <tr>
             <td style="border-collapse:collapse;border-radius:2px;text-align:center;display:block;border:solid 1px #395fa0;padding:11px 20px 11px 20px">
@@ -1043,11 +1043,11 @@
                     <td></td>
                 </tr>
                 <tr>
-                    <td height="30px" colspan="3"></td>
+                    <td height="30px" style="height:30px" colspan="3"></td>
                 </tr>
             </table>
         </td>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
     </tr>
 </table>
 <!--/body-->
@@ -1095,34 +1095,34 @@
 <!--body-->
 <table align="center" cellpadding="0" cellspacing="0" border="0" style="min-width:348px;max-width:800px;font-family:Helvetica,Arial,sans-serif;font-weight:200;font-size:14px;line-height:17px;color:#202020">
     <tr>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
         <td>
             <table width="100%" cellpadding="0" cellspacing="0" border="0"
                    style="table-layout:fixed;font-family:Helvetica,Arial,sans-serif;border:1px solid #ddd">
-                <tr><td width="30px"></td><td></td><td width="30px"></td></tr>
+                <tr><td width="30px" style="width:30px"></td><td></td><td width="30px" style="width:30px"></td></tr>
                 <tr>
                     <td colspan="3">
 <table bgcolor="#f9f9f9" width="100%" cellpadding="0" cellspacing="0"
        style="border-bottom:1px solid #ddd">
     <tr>
-        <td height="20px" colspan="3"></td>
+        <td height="20px" style="height:20px" colspan="3"></td>
     </tr>
     <tr>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
         <td style="font-family:Helvetica,Arial,sans-serif;font-size:19px;line-height:24px">
             <a style="text-decoration:none;font-weight:600;color:#395fa0" href="http://pr.org/7"
                target="_blank">Mention on Pull Request #7 &#34;The Title&#34; by Requesting User (root)</a>
         </td>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
     </tr>
     <tr>
-        <td height="20px" colspan="3"></td>
+        <td height="20px" style="height:20px" colspan="3"></td>
     </tr>
 </table>
                     </td>
                 </tr>
                 <tr>
-                    <td height="30px" colspan="3"></td>
+                    <td height="30px" style="height:30px" colspan="3"></td>
                 </tr>
                 <tr>
                     <td></td>
@@ -1151,7 +1151,7 @@
             </div>
         </td>
     </tr>
-    <tr><td height="10px"></td></tr>
+    <tr><td height="10px" style="height:10px"></td></tr>
     <tr>
         <td>
             <div>
@@ -1159,19 +1159,19 @@
             </div>
         </td>
     </tr>
-    <tr><td height="10px"></td></tr>
+    <tr><td height="10px" style="height:10px"></td></tr>
     <tr>
         <td>
             <div style="font-family:Lucida Console,Consolas,Monaco,Inconsolata,Liberation Mono,monospace;white-space:pre-wrap;color:#395fa0"><div class="formatted-fixed">This PR is awesome because it does stuff<br/> - please approve indented!</div></div>
         </td>
     </tr>
-    <tr><td height="15px"></td></tr>
+    <tr><td height="15px" style="height:15px"></td></tr>
     <tr>
         <td>
             <div>Changesets:</div>
         </td>
     </tr>
-    <tr><td height="10px"></td></tr>
+    <tr><td height="10px" style="height:10px"></td></tr>
 
     <tr>
         <td style="font-family:Helvetica,Arial,sans-serif">
@@ -1196,7 +1196,7 @@
 <center>
     <table cellspacing="0" cellpadding="0" style="margin-left:auto;margin-right:auto">
         <tr>
-            <td height="25px"></td>
+            <td height="25px" style="height:25px"></td>
         </tr>
         <tr>
             <td style="border-collapse:collapse;border-radius:2px;text-align:center;display:block;border:solid 1px #395fa0;padding:11px 20px 11px 20px">
@@ -1218,11 +1218,11 @@
                     <td></td>
                 </tr>
                 <tr>
-                    <td height="30px" colspan="3"></td>
+                    <td height="30px" style="height:30px" colspan="3"></td>
                 </tr>
             </table>
         </td>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
     </tr>
 </table>
 <!--/body-->
@@ -1265,34 +1265,34 @@
 <!--body-->
 <table align="center" cellpadding="0" cellspacing="0" border="0" style="min-width:348px;max-width:800px;font-family:Helvetica,Arial,sans-serif;font-weight:200;font-size:14px;line-height:17px;color:#202020">
     <tr>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
         <td>
             <table width="100%" cellpadding="0" cellspacing="0" border="0"
                    style="table-layout:fixed;font-family:Helvetica,Arial,sans-serif;border:1px solid #ddd">
-                <tr><td width="30px"></td><td></td><td width="30px"></td></tr>
+                <tr><td width="30px" style="width:30px"></td><td></td><td width="30px" style="width:30px"></td></tr>
                 <tr>
                     <td colspan="3">
 <table bgcolor="#f9f9f9" width="100%" cellpadding="0" cellspacing="0"
        style="border-bottom:1px solid #ddd">
     <tr>
-        <td height="20px" colspan="3"></td>
+        <td height="20px" style="height:20px" colspan="3"></td>
     </tr>
     <tr>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
         <td style="font-family:Helvetica,Arial,sans-serif;font-size:19px;line-height:24px">
             <a style="text-decoration:none;font-weight:600;color:#395fa0" href="http://pr.org/comment"
                target="_blank">Comment on Pull Request #7 &#34;The Title&#34;</a>
         </td>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
     </tr>
     <tr>
-        <td height="20px" colspan="3"></td>
+        <td height="20px" style="height:20px" colspan="3"></td>
     </tr>
 </table>
                     </td>
                 </tr>
                 <tr>
-                    <td height="30px" colspan="3"></td>
+                    <td height="30px" style="height:30px" colspan="3"></td>
                 </tr>
                 <tr>
                     <td></td>
@@ -1302,36 +1302,36 @@
         <td>
 <table cellpadding="0" cellspacing="0" width="100%" border="0" bgcolor="#f9f9f9" style="border:1px solid #ddd;border-radius:4px">
     <tr>
-        <td height="10px" colspan="3"></td>
+        <td height="10px" style="height:10px" colspan="3"></td>
     </tr>
     <tr>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
         <td>
             <div style="font-weight:600;color:#395fa0">Opinionated User (jsmith)</div>
         </td>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
     </tr>
     <tr>
-        <td height="10px" colspan="3" style="border-bottom:1px solid #ddd"></td>
+        <td height="10px" style="height:10px" colspan="3" style="border-bottom:1px solid #ddd"></td>
     </tr>
     <tr>
-        <td height="10px" colspan="3"></td>
+        <td height="10px" style="height:10px" colspan="3"></td>
     </tr>
     <tr>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
         <td>
             <div style="font-family:Lucida Console,Consolas,Monaco,Inconsolata,Liberation Mono,monospace;white-space:pre-wrap"><div class="formatted-fixed">Me too!<br/><br/> - and indented on second line</div></div>
         </td>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
     </tr>
     <tr>
-        <td height="10px" colspan="3"></td>
+        <td height="10px" style="height:10px" colspan="3"></td>
     </tr>
 </table>
         </td>
     </tr>
     <tr>
-        <td height="30px"></td>
+        <td height="30px" style="height:30px"></td>
     </tr>
     <tr>
         <td>
@@ -1361,7 +1361,7 @@
 <center>
     <table cellspacing="0" cellpadding="0" style="margin-left:auto;margin-right:auto">
         <tr>
-            <td height="25px"></td>
+            <td height="25px" style="height:25px"></td>
         </tr>
         <tr>
             <td style="border-collapse:collapse;border-radius:2px;text-align:center;display:block;border:solid 1px #395fa0;padding:11px 20px 11px 20px">
@@ -1383,11 +1383,11 @@
                     <td></td>
                 </tr>
                 <tr>
-                    <td height="30px" colspan="3"></td>
+                    <td height="30px" style="height:30px" colspan="3"></td>
                 </tr>
             </table>
         </td>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
     </tr>
 </table>
 <!--/body-->
@@ -1430,34 +1430,34 @@
 <!--body-->
 <table align="center" cellpadding="0" cellspacing="0" border="0" style="min-width:348px;max-width:800px;font-family:Helvetica,Arial,sans-serif;font-weight:200;font-size:14px;line-height:17px;color:#202020">
     <tr>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
         <td>
             <table width="100%" cellpadding="0" cellspacing="0" border="0"
                    style="table-layout:fixed;font-family:Helvetica,Arial,sans-serif;border:1px solid #ddd">
-                <tr><td width="30px"></td><td></td><td width="30px"></td></tr>
+                <tr><td width="30px" style="width:30px"></td><td></td><td width="30px" style="width:30px"></td></tr>
                 <tr>
                     <td colspan="3">
 <table bgcolor="#f9f9f9" width="100%" cellpadding="0" cellspacing="0"
        style="border-bottom:1px solid #ddd">
     <tr>
-        <td height="20px" colspan="3"></td>
+        <td height="20px" style="height:20px" colspan="3"></td>
     </tr>
     <tr>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
         <td style="font-family:Helvetica,Arial,sans-serif;font-size:19px;line-height:24px">
             <a style="text-decoration:none;font-weight:600;color:#395fa0" href="http://pr.org/comment"
                target="_blank">Mention in Comment on Pull Request #7 &#34;The Title&#34;</a>
         </td>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
     </tr>
     <tr>
-        <td height="20px" colspan="3"></td>
+        <td height="20px" style="height:20px" colspan="3"></td>
     </tr>
 </table>
                     </td>
                 </tr>
                 <tr>
-                    <td height="30px" colspan="3"></td>
+                    <td height="30px" style="height:30px" colspan="3"></td>
                 </tr>
                 <tr>
                     <td></td>
@@ -1467,36 +1467,36 @@
         <td>
 <table cellpadding="0" cellspacing="0" width="100%" border="0" bgcolor="#f9f9f9" style="border:1px solid #ddd;border-radius:4px">
     <tr>
-        <td height="10px" colspan="3"></td>
+        <td height="10px" style="height:10px" colspan="3"></td>
     </tr>
     <tr>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
         <td>
             <div style="font-weight:600;color:#395fa0">Opinionated User (jsmith)</div>
         </td>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
     </tr>
     <tr>
-        <td height="10px" colspan="3" style="border-bottom:1px solid #ddd"></td>
+        <td height="10px" style="height:10px" colspan="3" style="border-bottom:1px solid #ddd"></td>
     </tr>
     <tr>
-        <td height="10px" colspan="3"></td>
+        <td height="10px" style="height:10px" colspan="3"></td>
     </tr>
     <tr>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
         <td>
             <div style="font-family:Lucida Console,Consolas,Monaco,Inconsolata,Liberation Mono,monospace;white-space:pre-wrap"><div class="formatted-fixed">Me too!<br/><br/> - and indented on second line</div></div>
         </td>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
     </tr>
     <tr>
-        <td height="10px" colspan="3"></td>
+        <td height="10px" style="height:10px" colspan="3"></td>
     </tr>
 </table>
         </td>
     </tr>
     <tr>
-        <td height="30px"></td>
+        <td height="30px" style="height:30px"></td>
     </tr>
     <tr>
         <td>
@@ -1526,7 +1526,7 @@
 <center>
     <table cellspacing="0" cellpadding="0" style="margin-left:auto;margin-right:auto">
         <tr>
-            <td height="25px"></td>
+            <td height="25px" style="height:25px"></td>
         </tr>
         <tr>
             <td style="border-collapse:collapse;border-radius:2px;text-align:center;display:block;border:solid 1px #395fa0;padding:11px 20px 11px 20px">
@@ -1548,11 +1548,11 @@
                     <td></td>
                 </tr>
                 <tr>
-                    <td height="30px" colspan="3"></td>
+                    <td height="30px" style="height:30px" colspan="3"></td>
                 </tr>
             </table>
         </td>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
     </tr>
 </table>
 <!--/body-->
@@ -1597,34 +1597,34 @@
 <!--body-->
 <table align="center" cellpadding="0" cellspacing="0" border="0" style="min-width:348px;max-width:800px;font-family:Helvetica,Arial,sans-serif;font-weight:200;font-size:14px;line-height:17px;color:#202020">
     <tr>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
         <td>
             <table width="100%" cellpadding="0" cellspacing="0" border="0"
                    style="table-layout:fixed;font-family:Helvetica,Arial,sans-serif;border:1px solid #ddd">
-                <tr><td width="30px"></td><td></td><td width="30px"></td></tr>
+                <tr><td width="30px" style="width:30px"></td><td></td><td width="30px" style="width:30px"></td></tr>
                 <tr>
                     <td colspan="3">
 <table bgcolor="#f9f9f9" width="100%" cellpadding="0" cellspacing="0"
        style="border-bottom:1px solid #ddd">
     <tr>
-        <td height="20px" colspan="3"></td>
+        <td height="20px" style="height:20px" colspan="3"></td>
     </tr>
     <tr>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
         <td style="font-family:Helvetica,Arial,sans-serif;font-size:19px;line-height:24px">
             <a style="text-decoration:none;font-weight:600;color:#395fa0" href="http://pr.org/comment"
                target="_blank">Comment on Pull Request #7 &#34;The Title&#34;</a>
         </td>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
     </tr>
     <tr>
-        <td height="20px" colspan="3"></td>
+        <td height="20px" style="height:20px" colspan="3"></td>
     </tr>
 </table>
                     </td>
                 </tr>
                 <tr>
-                    <td height="30px" colspan="3"></td>
+                    <td height="30px" style="height:30px" colspan="3"></td>
                 </tr>
                 <tr>
                     <td></td>
@@ -1634,52 +1634,52 @@
         <td>
 <table cellpadding="0" cellspacing="0" width="100%" border="0" bgcolor="#f9f9f9" style="border:1px solid #ddd;border-radius:4px">
     <tr>
-        <td height="10px" colspan="3"></td>
+        <td height="10px" style="height:10px" colspan="3"></td>
     </tr>
     <tr>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
         <td>
             <div style="font-weight:600;color:#395fa0">Opinionated User (jsmith)</div>
         </td>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
     </tr>
     <tr>
-        <td height="10px" colspan="3" style="border-bottom:1px solid #ddd"></td>
+        <td height="10px" style="height:10px" colspan="3" style="border-bottom:1px solid #ddd"></td>
     </tr>
         <tr>
-            <td height="10px" colspan="3"></td>
+            <td height="10px" style="height:10px" colspan="3"></td>
         </tr>
         <tr>
-            <td width="20px"></td>
+            <td width="20px" style="width:20px"></td>
             <td>
                     <div style="font-weight:600">
                         Status change:
                         Under Review
                     </div>
             </td>
-            <td width="20px"></td>
+            <td width="20px" style="width:20px"></td>
         </tr>
         <tr>
-            <td height="10px" colspan="3" style="border-bottom:1px solid #ddd"></td>
+            <td height="10px" style="height:10px" colspan="3" style="border-bottom:1px solid #ddd"></td>
         </tr>
     <tr>
-        <td height="10px" colspan="3"></td>
+        <td height="10px" style="height:10px" colspan="3"></td>
     </tr>
     <tr>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
         <td>
             <div style="font-family:Lucida Console,Consolas,Monaco,Inconsolata,Liberation Mono,monospace;white-space:pre-wrap"><div class="formatted-fixed">Me too!<br/><br/> - and indented on second line</div></div>
         </td>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
     </tr>
     <tr>
-        <td height="10px" colspan="3"></td>
+        <td height="10px" style="height:10px" colspan="3"></td>
     </tr>
 </table>
         </td>
     </tr>
     <tr>
-        <td height="30px"></td>
+        <td height="30px" style="height:30px"></td>
     </tr>
     <tr>
         <td>
@@ -1709,7 +1709,7 @@
 <center>
     <table cellspacing="0" cellpadding="0" style="margin-left:auto;margin-right:auto">
         <tr>
-            <td height="25px"></td>
+            <td height="25px" style="height:25px"></td>
         </tr>
         <tr>
             <td style="border-collapse:collapse;border-radius:2px;text-align:center;display:block;border:solid 1px #395fa0;padding:11px 20px 11px 20px">
@@ -1731,11 +1731,11 @@
                     <td></td>
                 </tr>
                 <tr>
-                    <td height="30px" colspan="3"></td>
+                    <td height="30px" style="height:30px" colspan="3"></td>
                 </tr>
             </table>
         </td>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
     </tr>
 </table>
 <!--/body-->
@@ -1780,34 +1780,34 @@
 <!--body-->
 <table align="center" cellpadding="0" cellspacing="0" border="0" style="min-width:348px;max-width:800px;font-family:Helvetica,Arial,sans-serif;font-weight:200;font-size:14px;line-height:17px;color:#202020">
     <tr>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
         <td>
             <table width="100%" cellpadding="0" cellspacing="0" border="0"
                    style="table-layout:fixed;font-family:Helvetica,Arial,sans-serif;border:1px solid #ddd">
-                <tr><td width="30px"></td><td></td><td width="30px"></td></tr>
+                <tr><td width="30px" style="width:30px"></td><td></td><td width="30px" style="width:30px"></td></tr>
                 <tr>
                     <td colspan="3">
 <table bgcolor="#f9f9f9" width="100%" cellpadding="0" cellspacing="0"
        style="border-bottom:1px solid #ddd">
     <tr>
-        <td height="20px" colspan="3"></td>
+        <td height="20px" style="height:20px" colspan="3"></td>
     </tr>
     <tr>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
         <td style="font-family:Helvetica,Arial,sans-serif;font-size:19px;line-height:24px">
             <a style="text-decoration:none;font-weight:600;color:#395fa0" href="http://pr.org/comment"
                target="_blank">Mention in Comment on Pull Request #7 &#34;The Title&#34;</a>
         </td>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
     </tr>
     <tr>
-        <td height="20px" colspan="3"></td>
+        <td height="20px" style="height:20px" colspan="3"></td>
     </tr>
 </table>
                     </td>
                 </tr>
                 <tr>
-                    <td height="30px" colspan="3"></td>
+                    <td height="30px" style="height:30px" colspan="3"></td>
                 </tr>
                 <tr>
                     <td></td>
@@ -1817,52 +1817,52 @@
         <td>
 <table cellpadding="0" cellspacing="0" width="100%" border="0" bgcolor="#f9f9f9" style="border:1px solid #ddd;border-radius:4px">
     <tr>
-        <td height="10px" colspan="3"></td>
+        <td height="10px" style="height:10px" colspan="3"></td>
     </tr>
     <tr>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
         <td>
             <div style="font-weight:600;color:#395fa0">Opinionated User (jsmith)</div>
         </td>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
     </tr>
     <tr>
-        <td height="10px" colspan="3" style="border-bottom:1px solid #ddd"></td>
+        <td height="10px" style="height:10px" colspan="3" style="border-bottom:1px solid #ddd"></td>
     </tr>
         <tr>
-            <td height="10px" colspan="3"></td>
+            <td height="10px" style="height:10px" colspan="3"></td>
         </tr>
         <tr>
-            <td width="20px"></td>
+            <td width="20px" style="width:20px"></td>
             <td>
                     <div style="font-weight:600">
                         Status change:
                         Under Review
                     </div>
             </td>
-            <td width="20px"></td>
+            <td width="20px" style="width:20px"></td>
         </tr>
         <tr>
-            <td height="10px" colspan="3" style="border-bottom:1px solid #ddd"></td>
+            <td height="10px" style="height:10px" colspan="3" style="border-bottom:1px solid #ddd"></td>
         </tr>
     <tr>
-        <td height="10px" colspan="3"></td>
+        <td height="10px" style="height:10px" colspan="3"></td>
     </tr>
     <tr>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
         <td>
             <div style="font-family:Lucida Console,Consolas,Monaco,Inconsolata,Liberation Mono,monospace;white-space:pre-wrap"><div class="formatted-fixed">Me too!<br/><br/> - and indented on second line</div></div>
         </td>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
     </tr>
     <tr>
-        <td height="10px" colspan="3"></td>
+        <td height="10px" style="height:10px" colspan="3"></td>
     </tr>
 </table>
         </td>
     </tr>
     <tr>
-        <td height="30px"></td>
+        <td height="30px" style="height:30px"></td>
     </tr>
     <tr>
         <td>
@@ -1892,7 +1892,7 @@
 <center>
     <table cellspacing="0" cellpadding="0" style="margin-left:auto;margin-right:auto">
         <tr>
-            <td height="25px"></td>
+            <td height="25px" style="height:25px"></td>
         </tr>
         <tr>
             <td style="border-collapse:collapse;border-radius:2px;text-align:center;display:block;border:solid 1px #395fa0;padding:11px 20px 11px 20px">
@@ -1914,11 +1914,11 @@
                     <td></td>
                 </tr>
                 <tr>
-                    <td height="30px" colspan="3"></td>
+                    <td height="30px" style="height:30px" colspan="3"></td>
                 </tr>
             </table>
         </td>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
     </tr>
 </table>
 <!--/body-->
@@ -1963,34 +1963,34 @@
 <!--body-->
 <table align="center" cellpadding="0" cellspacing="0" border="0" style="min-width:348px;max-width:800px;font-family:Helvetica,Arial,sans-serif;font-weight:200;font-size:14px;line-height:17px;color:#202020">
     <tr>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
         <td>
             <table width="100%" cellpadding="0" cellspacing="0" border="0"
                    style="table-layout:fixed;font-family:Helvetica,Arial,sans-serif;border:1px solid #ddd">
-                <tr><td width="30px"></td><td></td><td width="30px"></td></tr>
+                <tr><td width="30px" style="width:30px"></td><td></td><td width="30px" style="width:30px"></td></tr>
                 <tr>
                     <td colspan="3">
 <table bgcolor="#f9f9f9" width="100%" cellpadding="0" cellspacing="0"
        style="border-bottom:1px solid #ddd">
     <tr>
-        <td height="20px" colspan="3"></td>
+        <td height="20px" style="height:20px" colspan="3"></td>
     </tr>
     <tr>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
         <td style="font-family:Helvetica,Arial,sans-serif;font-size:19px;line-height:24px">
             <a style="text-decoration:none;font-weight:600;color:#395fa0" href="http://pr.org/comment"
                target="_blank">Pull Request #7 &#34;The Title&#34; Closed</a>
         </td>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
     </tr>
     <tr>
-        <td height="20px" colspan="3"></td>
+        <td height="20px" style="height:20px" colspan="3"></td>
     </tr>
 </table>
                     </td>
                 </tr>
                 <tr>
-                    <td height="30px" colspan="3"></td>
+                    <td height="30px" style="height:30px" colspan="3"></td>
                 </tr>
                 <tr>
                     <td></td>
@@ -2000,51 +2000,51 @@
         <td>
 <table cellpadding="0" cellspacing="0" width="100%" border="0" bgcolor="#f9f9f9" style="border:1px solid #ddd;border-radius:4px">
     <tr>
-        <td height="10px" colspan="3"></td>
+        <td height="10px" style="height:10px" colspan="3"></td>
     </tr>
     <tr>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
         <td>
             <div style="font-weight:600;color:#395fa0">Opinionated User (jsmith)</div>
         </td>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
     </tr>
     <tr>
-        <td height="10px" colspan="3" style="border-bottom:1px solid #ddd"></td>
+        <td height="10px" style="height:10px" colspan="3" style="border-bottom:1px solid #ddd"></td>
     </tr>
         <tr>
-            <td height="10px" colspan="3"></td>
+            <td height="10px" style="height:10px" colspan="3"></td>
         </tr>
         <tr>
-            <td width="20px"></td>
+            <td width="20px" style="width:20px"></td>
             <td>
                     <div style="font-weight:600">
                         The pull request has been closed.
                     </div>
             </td>
-            <td width="20px"></td>
+            <td width="20px" style="width:20px"></td>
         </tr>
         <tr>
-            <td height="10px" colspan="3" style="border-bottom:1px solid #ddd"></td>
+            <td height="10px" style="height:10px" colspan="3" style="border-bottom:1px solid #ddd"></td>
         </tr>
     <tr>
-        <td height="10px" colspan="3"></td>
+        <td height="10px" style="height:10px" colspan="3"></td>
     </tr>
     <tr>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
         <td>
             <div style="font-family:Lucida Console,Consolas,Monaco,Inconsolata,Liberation Mono,monospace;white-space:pre-wrap"><div class="formatted-fixed">Me too!<br/><br/> - and indented on second line</div></div>
         </td>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
     </tr>
     <tr>
-        <td height="10px" colspan="3"></td>
+        <td height="10px" style="height:10px" colspan="3"></td>
     </tr>
 </table>
         </td>
     </tr>
     <tr>
-        <td height="30px"></td>
+        <td height="30px" style="height:30px"></td>
     </tr>
     <tr>
         <td>
@@ -2074,7 +2074,7 @@
 <center>
     <table cellspacing="0" cellpadding="0" style="margin-left:auto;margin-right:auto">
         <tr>
-            <td height="25px"></td>
+            <td height="25px" style="height:25px"></td>
         </tr>
         <tr>
             <td style="border-collapse:collapse;border-radius:2px;text-align:center;display:block;border:solid 1px #395fa0;padding:11px 20px 11px 20px">
@@ -2096,11 +2096,11 @@
                     <td></td>
                 </tr>
                 <tr>
-                    <td height="30px" colspan="3"></td>
+                    <td height="30px" style="height:30px" colspan="3"></td>
                 </tr>
             </table>
         </td>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
     </tr>
 </table>
 <!--/body-->
@@ -2145,34 +2145,34 @@
 <!--body-->
 <table align="center" cellpadding="0" cellspacing="0" border="0" style="min-width:348px;max-width:800px;font-family:Helvetica,Arial,sans-serif;font-weight:200;font-size:14px;line-height:17px;color:#202020">
     <tr>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
         <td>
             <table width="100%" cellpadding="0" cellspacing="0" border="0"
                    style="table-layout:fixed;font-family:Helvetica,Arial,sans-serif;border:1px solid #ddd">
-                <tr><td width="30px"></td><td></td><td width="30px"></td></tr>
+                <tr><td width="30px" style="width:30px"></td><td></td><td width="30px" style="width:30px"></td></tr>
                 <tr>
                     <td colspan="3">
 <table bgcolor="#f9f9f9" width="100%" cellpadding="0" cellspacing="0"
        style="border-bottom:1px solid #ddd">
     <tr>
-        <td height="20px" colspan="3"></td>
+        <td height="20px" style="height:20px" colspan="3"></td>
     </tr>
     <tr>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
         <td style="font-family:Helvetica,Arial,sans-serif;font-size:19px;line-height:24px">
             <a style="text-decoration:none;font-weight:600;color:#395fa0" href="http://pr.org/comment"
                target="_blank">Mention in Comment on Pull Request #7 &#34;The Title&#34;</a>
         </td>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
     </tr>
     <tr>
-        <td height="20px" colspan="3"></td>
+        <td height="20px" style="height:20px" colspan="3"></td>
     </tr>
 </table>
                     </td>
                 </tr>
                 <tr>
-                    <td height="30px" colspan="3"></td>
+                    <td height="30px" style="height:30px" colspan="3"></td>
                 </tr>
                 <tr>
                     <td></td>
@@ -2182,51 +2182,51 @@
         <td>
 <table cellpadding="0" cellspacing="0" width="100%" border="0" bgcolor="#f9f9f9" style="border:1px solid #ddd;border-radius:4px">
     <tr>
-        <td height="10px" colspan="3"></td>
+        <td height="10px" style="height:10px" colspan="3"></td>
     </tr>
     <tr>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
         <td>
             <div style="font-weight:600;color:#395fa0">Opinionated User (jsmith)</div>
         </td>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
     </tr>
     <tr>
-        <td height="10px" colspan="3" style="border-bottom:1px solid #ddd"></td>
+        <td height="10px" style="height:10px" colspan="3" style="border-bottom:1px solid #ddd"></td>
     </tr>
         <tr>
-            <td height="10px" colspan="3"></td>
+            <td height="10px" style="height:10px" colspan="3"></td>
         </tr>
         <tr>
-            <td width="20px"></td>
+            <td width="20px" style="width:20px"></td>
             <td>
                     <div style="font-weight:600">
                         The pull request has been closed.
                     </div>
             </td>
-            <td width="20px"></td>
+            <td width="20px" style="width:20px"></td>
         </tr>
         <tr>
-            <td height="10px" colspan="3" style="border-bottom:1px solid #ddd"></td>
+            <td height="10px" style="height:10px" colspan="3" style="border-bottom:1px solid #ddd"></td>
         </tr>
     <tr>
-        <td height="10px" colspan="3"></td>
+        <td height="10px" style="height:10px" colspan="3"></td>
     </tr>
     <tr>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
         <td>
             <div style="font-family:Lucida Console,Consolas,Monaco,Inconsolata,Liberation Mono,monospace;white-space:pre-wrap"><div class="formatted-fixed">Me too!<br/><br/> - and indented on second line</div></div>
         </td>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
     </tr>
     <tr>
-        <td height="10px" colspan="3"></td>
+        <td height="10px" style="height:10px" colspan="3"></td>
     </tr>
 </table>
         </td>
     </tr>
     <tr>
-        <td height="30px"></td>
+        <td height="30px" style="height:30px"></td>
     </tr>
     <tr>
         <td>
@@ -2256,7 +2256,7 @@
 <center>
     <table cellspacing="0" cellpadding="0" style="margin-left:auto;margin-right:auto">
         <tr>
-            <td height="25px"></td>
+            <td height="25px" style="height:25px"></td>
         </tr>
         <tr>
             <td style="border-collapse:collapse;border-radius:2px;text-align:center;display:block;border:solid 1px #395fa0;padding:11px 20px 11px 20px">
@@ -2278,11 +2278,11 @@
                     <td></td>
                 </tr>
                 <tr>
-                    <td height="30px" colspan="3"></td>
+                    <td height="30px" style="height:30px" colspan="3"></td>
                 </tr>
             </table>
         </td>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
     </tr>
 </table>
 <!--/body-->
@@ -2329,34 +2329,34 @@
 <!--body-->
 <table align="center" cellpadding="0" cellspacing="0" border="0" style="min-width:348px;max-width:800px;font-family:Helvetica,Arial,sans-serif;font-weight:200;font-size:14px;line-height:17px;color:#202020">
     <tr>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
         <td>
             <table width="100%" cellpadding="0" cellspacing="0" border="0"
                    style="table-layout:fixed;font-family:Helvetica,Arial,sans-serif;border:1px solid #ddd">
-                <tr><td width="30px"></td><td></td><td width="30px"></td></tr>
+                <tr><td width="30px" style="width:30px"></td><td></td><td width="30px" style="width:30px"></td></tr>
                 <tr>
                     <td colspan="3">
 <table bgcolor="#f9f9f9" width="100%" cellpadding="0" cellspacing="0"
        style="border-bottom:1px solid #ddd">
     <tr>
-        <td height="20px" colspan="3"></td>
+        <td height="20px" style="height:20px" colspan="3"></td>
     </tr>
     <tr>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
         <td style="font-family:Helvetica,Arial,sans-serif;font-size:19px;line-height:24px">
             <a style="text-decoration:none;font-weight:600;color:#395fa0" href="http://pr.org/comment"
                target="_blank">Pull Request #7 &#34;The Title&#34; Closed</a>
         </td>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
     </tr>
     <tr>
-        <td height="20px" colspan="3"></td>
+        <td height="20px" style="height:20px" colspan="3"></td>
     </tr>
 </table>
                     </td>
                 </tr>
                 <tr>
-                    <td height="30px" colspan="3"></td>
+                    <td height="30px" style="height:30px" colspan="3"></td>
                 </tr>
                 <tr>
                     <td></td>
@@ -2366,23 +2366,23 @@
         <td>
 <table cellpadding="0" cellspacing="0" width="100%" border="0" bgcolor="#f9f9f9" style="border:1px solid #ddd;border-radius:4px">
     <tr>
-        <td height="10px" colspan="3"></td>
+        <td height="10px" style="height:10px" colspan="3"></td>
     </tr>
     <tr>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
         <td>
             <div style="font-weight:600;color:#395fa0">Opinionated User (jsmith)</div>
         </td>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
     </tr>
     <tr>
-        <td height="10px" colspan="3" style="border-bottom:1px solid #ddd"></td>
+        <td height="10px" style="height:10px" colspan="3" style="border-bottom:1px solid #ddd"></td>
     </tr>
         <tr>
-            <td height="10px" colspan="3"></td>
+            <td height="10px" style="height:10px" colspan="3"></td>
         </tr>
         <tr>
-            <td width="20px"></td>
+            <td width="20px" style="width:20px"></td>
             <td>
                     <div style="font-weight:600">
                         Status change:
@@ -2392,29 +2392,29 @@
                         The pull request has been closed.
                     </div>
             </td>
-            <td width="20px"></td>
+            <td width="20px" style="width:20px"></td>
         </tr>
         <tr>
-            <td height="10px" colspan="3" style="border-bottom:1px solid #ddd"></td>
+            <td height="10px" style="height:10px" colspan="3" style="border-bottom:1px solid #ddd"></td>
         </tr>
     <tr>
-        <td height="10px" colspan="3"></td>
+        <td height="10px" style="height:10px" colspan="3"></td>
     </tr>
     <tr>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
         <td>
             <div style="font-family:Lucida Console,Consolas,Monaco,Inconsolata,Liberation Mono,monospace;white-space:pre-wrap"><div class="formatted-fixed">Me too!<br/><br/> - and indented on second line</div></div>
         </td>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
     </tr>
     <tr>
-        <td height="10px" colspan="3"></td>
+        <td height="10px" style="height:10px" colspan="3"></td>
     </tr>
 </table>
         </td>
     </tr>
     <tr>
-        <td height="30px"></td>
+        <td height="30px" style="height:30px"></td>
     </tr>
     <tr>
         <td>
@@ -2444,7 +2444,7 @@
 <center>
     <table cellspacing="0" cellpadding="0" style="margin-left:auto;margin-right:auto">
         <tr>
-            <td height="25px"></td>
+            <td height="25px" style="height:25px"></td>
         </tr>
         <tr>
             <td style="border-collapse:collapse;border-radius:2px;text-align:center;display:block;border:solid 1px #395fa0;padding:11px 20px 11px 20px">
@@ -2466,11 +2466,11 @@
                     <td></td>
                 </tr>
                 <tr>
-                    <td height="30px" colspan="3"></td>
+                    <td height="30px" style="height:30px" colspan="3"></td>
                 </tr>
             </table>
         </td>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
     </tr>
 </table>
 <!--/body-->
@@ -2517,34 +2517,34 @@
 <!--body-->
 <table align="center" cellpadding="0" cellspacing="0" border="0" style="min-width:348px;max-width:800px;font-family:Helvetica,Arial,sans-serif;font-weight:200;font-size:14px;line-height:17px;color:#202020">
     <tr>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
         <td>
             <table width="100%" cellpadding="0" cellspacing="0" border="0"
                    style="table-layout:fixed;font-family:Helvetica,Arial,sans-serif;border:1px solid #ddd">
-                <tr><td width="30px"></td><td></td><td width="30px"></td></tr>
+                <tr><td width="30px" style="width:30px"></td><td></td><td width="30px" style="width:30px"></td></tr>
                 <tr>
                     <td colspan="3">
 <table bgcolor="#f9f9f9" width="100%" cellpadding="0" cellspacing="0"
        style="border-bottom:1px solid #ddd">
     <tr>
-        <td height="20px" colspan="3"></td>
+        <td height="20px" style="height:20px" colspan="3"></td>
     </tr>
     <tr>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
         <td style="font-family:Helvetica,Arial,sans-serif;font-size:19px;line-height:24px">
             <a style="text-decoration:none;font-weight:600;color:#395fa0" href="http://pr.org/comment"
                target="_blank">Mention in Comment on Pull Request #7 &#34;The Title&#34;</a>
         </td>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
     </tr>
     <tr>
-        <td height="20px" colspan="3"></td>
+        <td height="20px" style="height:20px" colspan="3"></td>
     </tr>
 </table>
                     </td>
                 </tr>
                 <tr>
-                    <td height="30px" colspan="3"></td>
+                    <td height="30px" style="height:30px" colspan="3"></td>
                 </tr>
                 <tr>
                     <td></td>
@@ -2554,23 +2554,23 @@
         <td>
 <table cellpadding="0" cellspacing="0" width="100%" border="0" bgcolor="#f9f9f9" style="border:1px solid #ddd;border-radius:4px">
     <tr>
-        <td height="10px" colspan="3"></td>
+        <td height="10px" style="height:10px" colspan="3"></td>
     </tr>
     <tr>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
         <td>
             <div style="font-weight:600;color:#395fa0">Opinionated User (jsmith)</div>
         </td>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
     </tr>
     <tr>
-        <td height="10px" colspan="3" style="border-bottom:1px solid #ddd"></td>
+        <td height="10px" style="height:10px" colspan="3" style="border-bottom:1px solid #ddd"></td>
     </tr>
         <tr>
-            <td height="10px" colspan="3"></td>
+            <td height="10px" style="height:10px" colspan="3"></td>
         </tr>
         <tr>
-            <td width="20px"></td>
+            <td width="20px" style="width:20px"></td>
             <td>
                     <div style="font-weight:600">
                         Status change:
@@ -2580,29 +2580,29 @@
                         The pull request has been closed.
                     </div>
             </td>
-            <td width="20px"></td>
+            <td width="20px" style="width:20px"></td>
         </tr>
         <tr>
-            <td height="10px" colspan="3" style="border-bottom:1px solid #ddd"></td>
+            <td height="10px" style="height:10px" colspan="3" style="border-bottom:1px solid #ddd"></td>
         </tr>
     <tr>
-        <td height="10px" colspan="3"></td>
+        <td height="10px" style="height:10px" colspan="3"></td>
     </tr>
     <tr>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
         <td>
             <div style="font-family:Lucida Console,Consolas,Monaco,Inconsolata,Liberation Mono,monospace;white-space:pre-wrap"><div class="formatted-fixed">Me too!<br/><br/> - and indented on second line</div></div>
         </td>
-        <td width="20px"></td>
+        <td width="20px" style="width:20px"></td>
     </tr>
     <tr>
-        <td height="10px" colspan="3"></td>
+        <td height="10px" style="height:10px" colspan="3"></td>
     </tr>
 </table>
         </td>
     </tr>
     <tr>
-        <td height="30px"></td>
+        <td height="30px" style="height:30px"></td>
     </tr>
     <tr>
         <td>
@@ -2632,7 +2632,7 @@
 <center>
     <table cellspacing="0" cellpadding="0" style="margin-left:auto;margin-right:auto">
         <tr>
-            <td height="25px"></td>
+            <td height="25px" style="height:25px"></td>
         </tr>
         <tr>
             <td style="border-collapse:collapse;border-radius:2px;text-align:center;display:block;border:solid 1px #395fa0;padding:11px 20px 11px 20px">
@@ -2654,11 +2654,11 @@
                     <td></td>
                 </tr>
                 <tr>
-                    <td height="30px" colspan="3"></td>
+                    <td height="30px" style="height:30px" colspan="3"></td>
                 </tr>
             </table>
         </td>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
     </tr>
 </table>
 <!--/body-->
@@ -2698,33 +2698,33 @@
 <!--body-->
 <table align="center" cellpadding="0" cellspacing="0" border="0" style="min-width:348px;max-width:800px;font-family:Helvetica,Arial,sans-serif;font-weight:200;font-size:14px;line-height:17px;color:#202020">
     <tr>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
         <td>
             <table width="100%" cellpadding="0" cellspacing="0" border="0"
                    style="table-layout:fixed;font-family:Helvetica,Arial,sans-serif;border:1px solid #ddd">
-                <tr><td width="30px"></td><td></td><td width="30px"></td></tr>
+                <tr><td width="30px" style="width:30px"></td><td></td><td width="30px" style="width:30px"></td></tr>
                 <tr>
                     <td colspan="3">
 <table bgcolor="#f9f9f9" width="100%" cellpadding="0" cellspacing="0"
        style="border-bottom:1px solid #ddd">
     <tr>
-        <td height="20px" colspan="3"></td>
+        <td height="20px" style="height:20px" colspan="3"></td>
     </tr>
     <tr>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
         <td style="font-family:Helvetica,Arial,sans-serif;font-size:19px;line-height:24px">
             <span style="font-weight:600;color:#395fa0">Password Reset Request</span>
         </td>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
     </tr>
     <tr>
-        <td height="20px" colspan="3"></td>
+        <td height="20px" style="height:20px" colspan="3"></td>
     </tr>
 </table>
                     </td>
                 </tr>
                 <tr>
-                    <td height="30px" colspan="3"></td>
+                    <td height="30px" style="height:30px" colspan="3"></td>
                 </tr>
                 <tr>
                     <td></td>
@@ -2734,7 +2734,7 @@
         <td>Hello John Doe,</td>
     </tr>
     <tr>
-        <td height="10px"></td>
+        <td height="10px" style="height:10px"></td>
     </tr>
     <tr>
         <td>
@@ -2742,7 +2742,7 @@
         </td>
     </tr>
     <tr>
-        <td height="10px"></td>
+        <td height="10px" style="height:10px"></td>
     </tr>
     <tr>
         <td>
@@ -2758,7 +2758,7 @@
         </td>
     </tr>
     <tr>
-        <td height="10px"></td>
+        <td height="10px" style="height:10px"></td>
     </tr>
     <tr>
         <td>
@@ -2770,11 +2770,11 @@
                     <td></td>
                 </tr>
                 <tr>
-                    <td height="30px" colspan="3"></td>
+                    <td height="30px" style="height:30px" colspan="3"></td>
                 </tr>
             </table>
         </td>
-        <td width="30px"></td>
+        <td width="30px" style="width:30px"></td>
     </tr>
 </table>
 <!--/body-->