Skip to content

Commit

Permalink
Trivial layout change.
Browse files Browse the repository at this point in the history
  • Loading branch information
trampgeek committed Aug 23, 2024
1 parent 0dd1e51 commit 31bdd15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions classes/testing_outcome.php
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,8 @@ protected function format_failed_test($rownum, $code, $expected, $got, $sanitise
);
$gotpre = html_writer::tag(
'pre',
$got instanceof qtype_coderunner_html_wrapper ? $got->value() : $got,
['id' => 'id_got_' . $rownum]
$got instanceof qtype_coderunner_html_wrapper ? $got->value() : $got,
['id' => 'id_got_' . $rownum]
);
$button = html_writer::tag('button', '<<', [
'type' => 'button', // To suppress form submission.
Expand Down

0 comments on commit 31bdd15

Please sign in to comment.