HTML special characters are not displayed correctly
Special characters in read-only data that comes from the server are not displayed correctly in the HTML page. This display problem is because of the way that the HTML is rendered by the web browsers.
For example:
- A string that contains multiple spaces such as "a b" is rendered as "a b".
- A string that contains the special character '<' is truncated. For example, "abc<abc" is rendered as "abc".