The Swords & Wizardry character sheet has a broken logo on it. The URL on the Roll20 image server appears to be the following: <a href="https://imgsrv.roll20.net/?src=https%3A//raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Swords_%2526_Wizardry/SWSheet_logo.gif" rel="nofollow">https://imgsrv.roll20.net/?src=https%3A//raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Swords_%2526_Wizardry/SWSheet_logo.gif</a> URL decoding the "src" parameter value yields the following GitHub URL: <a href="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Swords_%26_Wizardry/SWSheet_logo.gif" rel="nofollow">https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Swords_%26_Wizardry/SWSheet_logo.gif</a> The image server URL is broken, while the GitHub URL is working fine. This seems to indicate an issue with the Roll20 image server. Instead of serving the correct GIF file, it instead loads a PNG file with a "broken image" symbol ("PNG image data, 280 x 280, 8-bit/color RGBA, non-interlaced"). Looking through the GitHub repo at the issues, I'm not sure if this is related to another reported issue with the image server and GIF images? <a href="https://github.com/Roll20/roll20-character-sheets/issues/6166" rel="nofollow">https://github.com/Roll20/roll20-character-sheets/issues/6166</a> Previously the Swords & Wizardry character sheet did render correctly. The last known time they were rendering correctly for me was approximate two weeks ago, on April 5th. The image does appear to be in the git repo as expected, as described above, and the last changes to the Swords & Wizardry character sheet files in the GitHub repo were 16 months ago, so long before the issue started appearing. <a href="https://github.com/Roll20/roll20-character-sheets/tree/master/Swords_%26_Wizardry" rel="nofollow">https://github.com/Roll20/roll20-character-sheets/tree/master/Swords_%26_Wizardry</a> Digging in a bit deeper, the Roll20 image server does appear to be capable of loading a GIF image for the Exalted 2E character sheet. <a href="https://imgsrv.roll20.net/?src=https%3A//raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Exalted2e/images/solar.gif" rel="nofollow">https://imgsrv.roll20.net/?src=https%3A//raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Exalted2e/images/solar.gif</a> In that case, it may either be an issue with caching that specific file, or perhaps an issue with the ampersand in the URL. If the image server is not properly URL decoding the parameter, that could possibly introduce this type of issue.