Showing 1 – 1 of 1 replies
allberg

I bought this layout some time ago and […]

allberg PURCHASED
6 years ago
Hi!

I bought this layout some time ago and I'm now implementing it in a react application. Since not all tags are closed I'm getting compilation errors from react which are easy to fix but still annoying.

It would be a good thing for the next release if you could make sure all tags are closed, for example img.

/John
ondrique
ondrique SELLER
6 years ago
Hi John,

thank you for buying. Sorry to hear about your troubles, though.

Do you mean <img> vs <img />, <link> vs <link /> and similar? If so, these are void elements in HTML and do not need closing/ self-closing and the document validates perfectly. If you mean something a bit different, please let me know.

Best,

Ondrej