-
Bug
-
Resolution: Fixed
-
Minor
-
3.2.5, 3.3.2, 3.4, 3.9.6, 3.10.3, 3.11
-
MOODLE_310_STABLE, MOODLE_311_STABLE, MOODLE_32_STABLE, MOODLE_33_STABLE, MOODLE_34_STABLE, MOODLE_39_STABLE
-
MOODLE_310_STABLE, MOODLE_39_STABLE
-
MDL-60331-master_take3 -
Steps to reproduce:
- Log in as manager, or at least a role which has course category creation capabilities.
- Open Course and category management course/management.php?categoryid=0.
- Click "Create new category" to create a course category under Miscellaneous called "fish & chips".
- Create new category "0 < 1" in the new "fish & chips" category.
- Create new category "2 > 1" in the new "0 < 1" category.
- Create new category 'Double " quotes' in the new "2 > 1" category.
- Create new category "Single ' quote" in the new 'Double " quotes' category.
- Create a course "question bank test course" in the new "Single ' quote" category
- Go to that course's question bank question/edit.php?courseid=XX* Select the pull down menu "Select a category"
What you see:
The title for the fourth entry states "Category: 2 > 1"
The title for the fifth entry states "Category: 0 < 1"
The title for the sixth entry states "Category: fish & chips"
What you expect:
The title for the fourth entry states "Category: 2 % gt; 1"
The title for the fifth entry states "Category: 0 & lt; 1"
The title for the sixth entry states "Category: fish & amp; chips"
This also applies for the selection when moving question ("With selected:" "move to>>").
The values are set in the select field's optgroup labels.
- has a non-specific relationship to
-
MDL-70433 In gradebook titles, ampersand '&' is being displayed as &
- Closed
- has been marked as being related by
-
MDL-57678 Select categories widgets does not properly handle entities
- Closed
- Testing discovered
-
MDL-72015 In question management category name escape depends on setting formatstringstriptags
- Open
- will help resolve
-
MDL-71284 Assignment name in grading page is double escaped
- Closed