adding a <br/> to offset the group selector's float left

This commit is contained in:
toyomoyo 2007-07-12 06:59:00 +00:00
parent 7e3c9767db
commit 15a11fe3aa

View file

@ -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;