-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
BugFor errors / faults / flaws / inconsistencies etc.For errors / faults / flaws / inconsistencies etc.RegressionIndicates a feature used to work in a certain way but it no longer does even though it should.Indicates a feature used to work in a certain way but it no longer does even though it should.
Milestone
Description
Some report documentation contains some HTML tags. Currently the filter rawSafeDecoded
is used on that attribute, which causes all HTML-tags to be encoded.
Instead we might use the raw
filter, but need to ensure that possible user input is encoded if there is any in some report documentation.
Note: This also regressed in the UI tests (https://builds-artifacts.matomo.org/matomo-org/matomo/3.x-dev/30903/UIIntegrationTest_actions_pages_tooltip_help.png)
Metadata
Metadata
Assignees
Labels
BugFor errors / faults / flaws / inconsistencies etc.For errors / faults / flaws / inconsistencies etc.RegressionIndicates a feature used to work in a certain way but it no longer does even though it should.Indicates a feature used to work in a certain way but it no longer does even though it should.