Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: 3.0.4, 3.1
-
Fix Version/s: None
-
Component/s: Blocks, Navigation
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_30_STABLE, MOODLE_31_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-54645-master -
Pull Master Diff URL:
-
Sprint:3.2 Sprint 2
Description
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.