mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
adding a <br/> to offset the group selector's float left
This commit is contained in:
parent
7e3c9767db
commit
15a11fe3aa
1 changed files with 2 additions and 0 deletions
|
@ -752,6 +752,8 @@ if ($showscales) {
|
||||||
$scalehtml .= '</tr>';
|
$scalehtml .= '</tr>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
echo "<br/>";
|
||||||
|
|
||||||
$reporthtml = "<table class=\"boxaligncenter\">$headerhtml";
|
$reporthtml = "<table class=\"boxaligncenter\">$headerhtml";
|
||||||
$reporthtml .= $scalehtml;
|
$reporthtml .= $scalehtml;
|
||||||
$reporthtml .= $studentshtml;
|
$reporthtml .= $studentshtml;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue