diff --git a/lib/weblib.php b/lib/weblib.php index da18a0296b7..89573236a41 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"; }