Skip to content

Commit

Permalink
Merge branch 'MDL-79601-403' of https://github.com/roland04/moodle in…
Browse files Browse the repository at this point in the history
…to MOODLE_403_STABLE
  • Loading branch information
HuongNV13 committed Nov 15, 2023
2 parents 60727a7 + a028969 commit c78364e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion report/completion/index.php
Expand Up @@ -313,7 +313,7 @@
}

print '<table id="completion-progress" class="table table-bordered generaltable flexible boxaligncenter
completionreport" style="text-align: left" cellpadding="5" border="1">';
completionreport" cellpadding="5" border="1">';

// Print criteria group names
print PHP_EOL.'<thead><tr style="vertical-align: top">';
Expand Down
2 changes: 1 addition & 1 deletion report/progress/index.php
Expand Up @@ -278,7 +278,7 @@ function csv_quote($value) {
}

print '<div id="completion-progress-wrapper" class="no-overflow">';
print '<table id="completion-progress" class="generaltable flexible boxaligncenter" style="text-align:left"><thead><tr style="vertical-align:top">';
print '<table id="completion-progress" class="generaltable flexible boxaligncenter"><thead><tr style="vertical-align:top">';

// User heading / sort option
print '<th scope="col" class="completion-sortchoice">';
Expand Down

0 comments on commit c78364e

Please sign in to comment.