diff --git a/inc/class.schedule.php b/inc/class.schedule.php --- a/inc/class.schedule.php +++ b/inc/class.schedule.php @@ -490,7 +490,7 @@ class Schedule . " \n" . $footcloser; // Closes off the content div } else { - echo '

There are no possible schedules. Please try again.

'; + echo '

There are no possible schedules. Please try again.

'; } echo "

There were a total of " . $this->possiblePermutations . " possible permutations. Only " . $this->nPermutations . " permutations had no class conflicts.

";