-
Bug
-
Resolution: Fixed
-
Minor
-
3.6, 3.7
-
MOODLE_36_STABLE, MOODLE_37_STABLE
-
MOODLE_36_STABLE
-
master
-
Very similar to https://tracker.moodle.org/browse/MDL-59887
The course titles display eg. & instead of just the & symbol, as shown in the screenshot attached.
To reproduce this issue:
1. Have a course with an ampersand symbol in the title.
2. Pick a user and enrol and view the course, so that it will show up in the recentlyaccessedcourses block.
3. On the dashboard view the recentlyaccessedcourses block, and see that the HTML is displaying the character codes there.
Implemented a similar one line fix to MDL-59887 :
master: https://github.com/moodle/moodle/compare/0e1e1e5586a...kristian-94:master
MOODLE_36_STABLE: https://github.com/moodle/moodle/compare/cc8d7ee698857cd492e470cf23f978d4946b078c...kristian-94:MOODLE_36_STABLE