-
Bug
-
Resolution: Unresolved
-
Medium
-
None
-
2
-
Severity 2 - Major
Issue Summary
Component descriptions in the Statuspage component timeline UI are not correctly rendering HTML character entities, such as ampersands (&) and apostrophes ('). These entities appear as raw text instead of being displayed as their corresponding symbols.
Steps to Reproduce
Create a component and set its description to include encoded HTML entities such as & or '.
View the component's status history on the Statuspage timeline.
Expected Results
HTML entities like & and ' should render as & and ', respectively, in the component description on the timeline.
Actual Results
The encoded characters are displayed literally (e.g., & and '), rather than being parsed and rendered as symbols.
Example:
Instead of Checking the Apostrophes ''', it shows Checking the Apostrophes '''.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available.