-
Improvement
-
Resolution: Fixed
-
Major
-
2.2.4, 2.3.1, 2.4
-
Any
-
MOODLE_22_STABLE, MOODLE_23_STABLE, MOODLE_24_STABLE
-
MOODLE_22_STABLE, MOODLE_23_STABLE
-
wip-
MDL-31810-master -
-
Easy
-
There are some minor problems, easily fixable in Moodle 2.1 and 2.2 (which I have installed/used).
Namely, there are some code snippets which contain not completely closed '</div' tag.
I have found this problem in Moodle 2.1:
- [$MOODLE]/course/report/stats/report.php
- [$MOODLE]/mod/feedback/show_nonrespondents.php (at least in some older version, not necessarily in 2.1 STABLE)
The same applies to Moodle 2.2:
- [$MOODLE]/report/stats/locallib.php
The most visible impact is on statistics report (for a course), after selecting in top-right corner a "Detailed (user) view" ($string['statsmodedetailed']).