
Hi there. I've got a problem with a bit of HTML-Code in one of my community sheets. I added several <summary> and <details> blocks in my sheet. Code looks like this: <details> <summary> <div class="sheet-fertigkeiten-zeile">... </div> </summary> <div> <textarea ....></textarea> </div> </details> This works fine in my sandbox and if I copy an paste it to a game as custom sheet. Last week it was merged into the current branch. I can see the correct code in the html file in the github roll20-character-sheets/NoReturn_2E/noreturn.html at master · Roll20/roll20-character-sheets (github.com) (Line 635) But when opening a game with this sheet, the <details> and <summary>-tags are completely gone Any ideas why this is happening and what I could do about it?