-
Improvement
-
Resolution: Fixed
-
Minor
-
2.4, 2.5, 2.6
-
MOODLE_24_STABLE, MOODLE_25_STABLE, MOODLE_26_STABLE
-
MOODLE_24_STABLE, MOODLE_25_STABLE
-
MDL-40109_master -
- Go to a course's page using weeks format
- Inspect a section name source code, something like 17 June - 23 June
- There SHOULD be just one space between the - and the second NN MMMM
Discovered while working on MDL-39795, the double space is not visible as browsers merge them into a single one.
get_string('strftimedateshort') includes a space before all date formats; attaching a patch removing the second space from the dates concat string.
- Testing discovered
-
MDL-39795 Unresponsive script alerts kills test suite runs
- Closed