From: mark-nielsen Date: Mon, 11 Dec 2006 18:44:00 +0000 (+0000) Subject: Merged in changes for MDL-7477 fix X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f2a3512bbdc3ab417e50c88a6af4a88123ab0063;p=moodle.git Merged in changes for MDL-7477 fix --- diff --git a/mod/lesson/view.php b/mod/lesson/view.php index 8a749470dc..a8c01cb1df 100644 --- a/mod/lesson/view.php +++ b/mod/lesson/view.php @@ -732,7 +732,9 @@ echo $fullbuttonhtml; } else { echo ''; - print_simple_box($fullbuttonhtml, 'center'); + print_simple_box_start('center'); + echo $fullbuttonhtml; + print_simple_box_end(); echo ''; // ends the answers table }