From 62fb66644564fbfb00a8d0b73499f18b4d32d2fc Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Tue, 12 Dec 2006 08:11:49 +0000 Subject: [PATCH] making default scope col for --- lib/weblib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"; } -- 2.39.5