From 88f94e58821d12511cad358b5e7853bed4170c73 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Fri, 5 Sep 2008 07:44:07 +0000 Subject: [PATCH] Fix deprecated print_simple_box calls. --- admin/report/simpletest/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/report/simpletest/index.php b/admin/report/simpletest/index.php index 8e561862704..ed5189b6757 100644 --- a/admin/report/simpletest/index.php +++ b/admin/report/simpletest/index.php @@ -101,7 +101,7 @@ if (!is_null($path)) { $formheader = get_string('rununittests', $langfile); } // Print the form for adjusting options. -print_box_start('generalbox boxwidthwide'); +print_box_start('generalbox boxwidthwide boxaligncenter'); echo '
'; echo '
'; print_heading($formheader);