Moodle

Write JavaScript

Details

  • Type: Sub-task Sub-task
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 2.0
  • Fix Version/s: 2.0
  • Component/s: Administration
  • Labels:
    None
  • Affected Branches:
    MOODLE_20_STABLE
  • Fixed Branches:
    MOODLE_20_STABLE

Issue Links

Activity

Hide
Nicolas Martignoni added a comment -

Function output_optgroup() in /user/selector/lib.php (around line 429) prints string $groupname using s(), which should be avoided (see MDL-13975).

Show
Nicolas Martignoni added a comment - Function output_optgroup() in /user/selector/lib.php (around line 429) prints string $groupname using s(), which should be avoided (see MDL-13975).
Hide
Tim Hunt added a comment -

OK, I changed it to htmlspecialchars.

Show
Tim Hunt added a comment - OK, I changed it to htmlspecialchars.

People

Vote (0)
Watch (1)

Dates

  • Created:
    Updated:
    Resolved: