From: moodler Date: Mon, 21 Oct 2002 06:51:56 +0000 (+0000) Subject: Table header aligns to top X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=be025399d8cb03734c1ba8ac82d5dc1c9ab54699;p=moodle.git Table header aligns to top --- diff --git a/lib/moodlelib.php b/lib/moodlelib.php index d7b81a847a..8b3c01889c 100644 --- a/lib/moodlelib.php +++ b/lib/moodlelib.php @@ -285,7 +285,7 @@ function print_table($table) { if ($table->head) { echo ""; foreach ($table->head as $key => $heading) { - echo "$heading"; + echo "$heading"; } echo "\n"; }