Commit f80a5c8
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
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
120 | 121 | | |
121 | 122 | | |
122 | 123 | | |
| |||
0 commit comments