From: tjhunt Date: Fri, 5 Sep 2008 07:44:07 +0000 (+0000) Subject: Fix deprecated print_simple_box calls. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=88f94e58821d12511cad358b5e7853bed4170c73;p=moodle.git Fix deprecated print_simple_box calls. --- diff --git a/admin/report/simpletest/index.php b/admin/report/simpletest/index.php index 8e56186270..ed5189b675 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);