You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can we reproduce this bug?
Correct the inliner, inline should NOT add closing tags, its purpose is to inline, not edit the code. Closing tables, td, th, etc is not part of the inline process. The closing tags exist in the email, the Zurb inline just thinks they dont.
Write out the HTML (or Inky code) that causes the issue.
Building complex smart templates for a proprietary platform with multiple if else statements like:
How can we reproduce this bug?
Correct the inliner, inline should NOT add closing tags, its purpose is to inline, not edit the code. Closing tables, td, th, etc is not part of the inline process. The closing tags exist in the email, the Zurb inline just thinks they dont.
Write out the HTML (or Inky code) that causes the issue.
Building complex smart templates for a proprietary platform with multiple if else statements like:
{{#if (ifEq settings.dealerPrimaryMake '1234' true false)}}
{{else if (ifEq settings.dealerPrimaryMake '5678' true false)}}What did you expect to happen?
{{#if (ifEq settings.dealerPrimaryMake '1234' true false)}} {{else if (ifEq settings.dealerPrimaryMake 'BMW' true false)}}
What happened instead?
{{#if (ifEq settings.dealerPrimaryMake '1234' true false)}} {{else if (ifEq settings.dealerPrimaryMake 'BMW' true false)}}
=
{{else if (ifEq settings.dealerPrimaryMake '5678' true false)}}
Notice the closing that the inliner injected
What email clients does this happen in?
N/A happening at inlined sourced code
The text was updated successfully, but these errors were encountered: