diff --git a/class.schedule.php b/class.schedule.php --- a/class.schedule.php +++ b/class.schedule.php @@ -225,7 +225,7 @@ class Schedule echo '}); '; /* Close document.ready for jquery */ echo 'window.print(); '; - echo '
'; + echo ''; } else { @@ -243,7 +243,7 @@ class Schedule jQuery(\'#selectItemsInput\').hide(); });'; echo '});'; /* Close document.ready for jquery */ - echo ''; + echo ''; echo 'Having problems? Let us know.
Keyboard Shortcut: Left and right arrow keys switch between schedules
'; } @@ -370,9 +370,9 @@ class Schedule /* edit button */ if ($id = $this->id_get()) - echo ''; + echo ''; - echo "There were a total of " . $this->possiblePermutations . " possible permutations. Only " . $this->nPermutations . " permutations had no class conflicts.
"; + echo "There were a total of " . $this->possiblePermutations . " possible permutations. Only " . $this->nPermutations . " permutations had no class conflicts.
"; $outputPage->foot(); }