OWASP/owasp.github.io

excess div tag on membership page

Closed this issue · 3 comments

so in this we have to remove this tag?

The <div> elements aren't actually unbalanced, but they're being rendered as text for some reason. I've just submitted a PR #208 that removes a bunch of whitespace which I think will fix it. I'll confess that I haven't read up on which markdown engine it's using, or the exact behaviour, but the GitHub preview at least renders the block as text, rather than as <pre>. Might need a maintainer with a bit more knowledge to test it.

was actually due to a missing end li tag in another file. Thanks.