Fixed Exporting style ErrorException

Russ

Well-known member
Affected version
2.0.1
I have a simple custom property (string), it has this in the field at the moment, saves fine:

Welcome to: The Gaming & Tech Community

But... can't export the style, I get this:

Screenshot_1.webp


If I remove the & it exports fine.
 
This is fixed for 2.0.2. It was an unexpected behavior of the DOM functions, which doesn't auto-escape &.
 
Back
Top Bottom