Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Fix page alert encoding

Compare
Choose a tag to compare
@chachasikes chachasikes released this 19 Jul 17:00
· 103 commits to main since this release

The page alert uses Gutenberg blocks RichText, which stores data with UTF-8 encoding for any links added to the content block.
Applied an additional encoding to this markup before it's passed into the web component.