# HG changeset patch # User Ethan Zonca # Date 2010-10-18 23:30:48 # Node ID ecabbe2748cc5bc963cb21cc0448cccf42677fad # Parent e29c8777c6ad87348107b930ee9b1c57f94ab5cc Trivial, fixes bug 41 diff --git a/class.schedule.php b/class.schedule.php --- a/class.schedule.php +++ b/class.schedule.php @@ -337,7 +337,7 @@ 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.

";