diff --git a/class.schedule.php b/class.schedule.php --- a/class.schedule.php +++ b/class.schedule.php @@ -306,10 +306,7 @@ class Schedule } else { echo '
'; - } - - echo "There were a total of " . $this->possiblePermutations . " possible permutations. Only " . $this->nPermutations . " permutations had no class conflicts.
"; - + } if($this->nPermutations > 0) { @@ -592,6 +589,8 @@ class Schedule } echo ''; + echo "There were a total of " . $this->possiblePermutations . " possible permutations. Only " . $this->nPermutations . " permutations had no class conflicts.
"; + $outputPage->foot(); }