
I'm curious as to why an image in my sheet has begun to show up like this: I use and have used SVG images in my sheets and they have worked fine except for this specific case. Also, In my code the URL is like this: <div class="drd-actionbar"> < img src =" <a href="https://raw.githubusercontent.com/Roll20" rel="nofollow">https://raw.githubusercontent.com/Roll20</a> /roll20- character- sheets/master/Draci%20doupe%20II/assets /actionbar.svg " /> </div> But when inspecting the sheet code I find this, where the URL doesn't work: <div class="drd-actionbar"> <img src="<a href="https://imgsrv.roll20.net/?src=https%3A//raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Draci%2520doupe%2520II/assets/actionbar.svg" rel="nofollow">https://imgsrv.roll20.net/?src=https%3A//raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Draci%2520doupe%2520II/assets/actionbar.svg</a>"> </div> Any advice on how to fix this or what causes it? Link to my sheet.