Hue Quest · published 17 Jan 2026, 13:27 UTC · build 21537586
Fixed a development issue involving the replacement of innerHTML with textContent.
i.e. <p><a id="EXAMPLE">This is a text.</a></p>
innerHTML: "This is a text."
textContent: "<a id="EXAMPLE">This is a text.</a>"
Breach Protocol