Skip to content

HTML entities are displayed instead of quotes in the Resource Tree header #2220

@evolution-lover

Description

@evolution-lover

(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.

Image

Steps to Reproduce:

  1. Go to System Settings or file core\custom\config\cms\settings.php
  2. Change the site_name value to any string containing quotes, for example: "CompanyName" LLC.
  3. Save the settings and refresh the manager page.
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions