Skip to content

Commit

Permalink
MDL-79601 report_completion: Fix RTL First/Last name alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
roland04 committed Nov 8, 2023
1 parent 7bc41ba commit a028969
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit a028969

Please sign in to comment.