From: toyomoyo Date: Tue, 12 Dec 2006 08:11:49 +0000 (+0000) Subject: making default scope col for X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=62fb66644564fbfb00a8d0b73499f18b4d32d2fc;p=moodle.git making default scope col for --- diff --git a/lib/weblib.php b/lib/weblib.php index da18a0296b..89573236a4 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -3401,7 +3401,7 @@ function print_table($table, $return=false) { if (!isset($align[$key])) { $align[$key] = ''; } - $output .= ''. $heading .''; + $output .= ''. $heading .''; } $output .= ''."\n"; } @@ -3527,7 +3527,7 @@ function make_table($table) { if (!isset($align[$key])) { $align[$key] = ''; } - $output .= ''.$fontsize.$heading.''; + $output .= ''.$fontsize.$heading.''; } $output .= ''."\n"; }