Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-10407

missing double quotes in /grade/lib.php

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • 1.8.2
    • 1.8.2
    • Gradebook
    • None
    • MOODLE_18_STABLE
    • MOODLE_18_STABLE

      line 2249 currently reads:
      $row .= '<td align=right>'.$grades_by_student[$student]['student_data']['weighted'].'%</td>';
      it is missing the double quotes around right as in the other instances (see line 2246 for an example)

      line 2249 should read:
      $row .= '<td align="right">'.$grades_by_student[$student]['student_data']['weighted'].'%</td>';

            jgraham Jeff Graham
            aborrow Anthony Borrow
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.