Skip to content

Commit f80a5c8

Browse files
committed
Add missing Outlook conditional comment
Adds a missing closing tag for an Outlook conditional comment. We had an `if !mso` conditional comment targeting non-Outlook clients. By failing to close this, we accidentally marked all subsequent HTML in the email as being for non-Outlook clients only. This meant that in classic Outlook, all of this content was ignored and not displayed, including all of the user data in the email.
1 parent 98c9038 commit f80a5c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/views/layouts/mailer.html.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@
117117
</table>
118118
</a>
119119
</td>
120+
<!--<![endif]-->
120121
</tr>
121122
</table>
122123
<!--[if (gte mso 9)|(IE)]>

0 commit comments

Comments
 (0)