diff --git a/inc/class.schedule.php b/inc/class.schedule.php --- a/inc/class.schedule.php +++ b/inc/class.schedule.php @@ -285,10 +285,11 @@ class Schedule echo ' }); '; - echo '
'; - echo ''; - echo 'Having problems? Let us know.
'; - echo 'Keyboard Shortcut: Left and right arrow keys switch between schedules
'; + echo '' . "\n"; + echo ''. "\n"; + echo 'Having problems? Let us know.
' . "\n"; + echo 'Keyboard Shortcut: Left and right arrow keys switch between schedules
' . "\n"; + } echo "\n"; @@ -305,8 +306,9 @@ class Schedule - - ' + '; + + echo ' ' . 'There are no possible schedules. Please try again.
'; + echo 'There are no possible schedules. Please try again.
'; } - /* edit button */ - if ($id = $this->id_get()) - echo ''; - echo "There were a total of " . $this->possiblePermutations . " possible permutations. Only " . $this->nPermutations . " permutations had no class conflicts.
"; $outputPage->foot();