Skip to content

Commit

Permalink
Merge branch 'MDL-79327-402' of https://github.com/paulholden/moodle
Browse files Browse the repository at this point in the history
…into MOODLE_402_STABLE
  • Loading branch information
junpataleta committed Sep 18, 2023
2 parents 6168728 + 9c9a1d9 commit dd919ea
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -28,9 +28,9 @@
}}
<li class="w-100 result-row form-check mb-1" role="none">
<input id="check-{{name}}-input" class="form-check-input" role="option" data-collapse="{{name}}" type="checkbox" value="" aria-labelledby="check-{{name}}">
<label id="check-{{name}}" class="selected-option-info d-block pr-3 text-truncate form-check-label" tabindex="-1" aria-label="{{#str}}viewresultsuser, gradereport_grader, {{displayName}}{{/str}}">
<label id="check-{{name}}" class="selected-option-info d-block pr-3 text-truncate form-check-label" tabindex="-1">
<span class="selected-option-text w-100 p-0">
{{displayName}}
{{{displayName}}}
</span>
{{#category}}
<span class="d-block w-100 pull-left text-muted text-truncate small">
Expand Down

0 comments on commit dd919ea

Please sign in to comment.