Skip to content

Commit

Permalink
Update lib.php
Browse files Browse the repository at this point in the history
  • Loading branch information
gemguardian committed Jul 28, 2022
1 parent 216319a commit 718214c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,7 @@ function block_grade_me_tree($course) {
<span class="sr-only">' . $submissiontitle . '</span>
</a>';
$text .= '<div class="gradable-wrap">';
$text .= '<a class="gradable-user" href="' . $CFG->wwwroot . '/user/view.php?id=' . $userid
. '&amp;course=' . $courseid . '" title="' . $userprofiletitle . '">';
$text .= $userfirstlast;
$text .= '</a>';
$text .= '<div class="gradable-date">' . userdate($timesubmitted, $datetimestring) . '</div>';
$text .= '</div>';
$text .= '</li>' . "\n"; // End gradable.
Expand Down

0 comments on commit 718214c

Please sign in to comment.