drlippman / IMathAS

IMathAS Online Math Assessment
Other
113 stars 99 forks source link

$placeinhead conflict in course/listusers.php #297

Closed MathTV closed 2 years ago

MathTV commented 2 years ago

The $placeinhead variable is overwritten on line 461 (as seen in 55770694587e46c269122c872f5190a2f26cf47e):

$placeinhead = "<script type=\"text/javascript\">";

Prior versions of the file appended to this variable:

$placeinhead .= "<script type=\"text/javascript\">";

This problem was introduced in 0823bb4ec3d41c904c8b1c895e4abf4c080166e5

The result is that the javascript/jquery.validate.min.js file is not included.