From 37fa421efc5ab37ec842be5cc2ea8eab71dbbead Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 14 Apr 2006 06:38:52 +0000 Subject: [PATCH] FIx license display --- admin/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/index.php b/admin/index.php index 297720e9b6..a1afb92b27 100644 --- a/admin/index.php +++ b/admin/index.php @@ -99,7 +99,7 @@ print_header($strlicense, $strlicense, $strlicense, "", "", false, " ", " "); print_heading("Moodle - Modular Object-Oriented Dynamic Learning Environment"); print_heading(get_string("copyrightnotice")); - print_simple_box_start("center", '80%'); + print_simple_box_start('center'); echo text_to_html(get_string("gpl")); print_simple_box_end(); echo "
"; -- 2.39.5