Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Container > Wrong order of tags #17

Closed
bil0u opened this issue Apr 7, 2022 · 1 comment
Closed

Container > Wrong order of tags #17

bil0u opened this issue Apr 7, 2022 · 1 comment

Comments

@bil0u
Copy link

bil0u commented Apr 7, 2022

Hi !

I found a small issue in the examples for containers, section "Adding a background colour to the outer body"

<div style="background:#000000">
  <!--[if true]>
  <table role="presentation" width="100%" align="center" style="background:#000000"><tr><td></td><td style="width:37.5em;background:#ffffff">
  <![endif]-->
  <div style="max-width:37.5em; margin:0 auto;background:#ffffff">
    <!-- email content in here -->
  </div>
  <!--[if true]>
  </td></tr><td></td></table>       <-- Here
  <![endif]-->
</div>

The table row closing tag is misplaced.

</td></tr><td></td></table> should be </td><td></td></tr></table>

M-J-Robbins pushed a commit that referenced this issue May 10, 2022
@M-J-Robbins
Copy link
Owner

Sorry I must have missed this issue, just pushed a fix.
Thanks for finding it 😁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants