From 11a876e1b676ef8704efbc8d9887c8a5ae1c83a3 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 5 May 2003 12:25:08 +0000 Subject: [PATCH] Minor touches to notice() padding --- lib/weblib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/weblib.php b/lib/weblib.php index 59b8ae476e..53ddbcd278 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -1188,7 +1188,7 @@ function notice ($message, $link="") { } echo "
"; - print_simple_box($message, "center", "50%", "$THEME->cellheading", "", "noticebox"); + print_simple_box($message, "center", "50%", "$THEME->cellheading", "20", "noticebox"); print_heading("".get_string("continue").""); print_footer(get_site()); die; -- 2.39.5