-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
3.0.4, 3.1
-
MOODLE_30_STABLE, MOODLE_31_STABLE
-
MDL-54645-master -
-
3.2 Sprint 2
To replicate:
Create a course that has a full name which contains < and >.Check the title of the course's link in the navigation block.Expecetd:It displays < and >.
Actual:It displays < and > instead.
Updated description:
The issue about the escaping of special characters are being dealt with on MDL-47371. This issue has now become just about the removal for the hack that replaces & characters to & in the course navigation node title.