(3.5.4) When the site_name system setting contains double quotes, they are not properly decoded in the Resource Tree title. Instead of rendered characters, the raw HTML entities are shown.
Steps to Reproduce:
- Go to System Settings or file core\custom\config\cms\settings.php
- Change the site_name value to any string containing quotes, for example: "CompanyName" LLC.
- Save the settings and refresh the manager page.
- Observe the site name at the top of the Resource Tree.
Actual Result:
The title displays as:
"CompanyName" LLC
Expected Result:
The title should correctly render quotes:
"CompanyName" LLC