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 '

You can share your schedule with the URL below:

' . htmlentities($outputPage->gen_share_url($this->id_get())) . '

'; - echo '

Print :: Share :: Home

'; - echo '

Having problems? Let us know.

'; - echo '

Keyboard Shortcut: Left and right arrow keys switch between schedules

'; + echo '

You can share your schedule with the URL below:

' . htmlentities($outputPage->gen_share_url($this->id_get())) . '

' . "\n"; + echo '

Edit :: Print :: Share :: Home

'. "\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 ' ' . '
\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.

'; } - /* 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();