Orphaned Quotation Character Picture Element [fixed in 5.3]

Just listing this again so Dev will see it.

<a href="#">
    <picture>
        <source srcset="https://via.placeholder.com/1800x1320.png" media="(min-width: 900px)">
        <img src="https://via.placeholder.com/900x660.png" />
    </picture>"
</a>

Also link to forum post....

https://bootstrapstudio.io/forums/topic/orphaned-quotation-character-after-closing-picture-element/

It shows 3 orphaned quotes after the closing tag in my inspector but when I paste the code only one shows up ?

Ah, so it's not just me.

I can verify that it is happening for some reason. So far I've noticed it being an issue when a picture element is wrapped by a link element. As far as it doesn't show in the app, it is visible under preview or trough exporting.

Thank you for reporting this! I can reproduce the bug. We'll fix it in our upcoming update (should be out next week). One workaround is converting the Picture component to Custom Code.