From: moodler Date: Tue, 9 Jan 2007 08:16:31 +0000 (+0000) Subject: Added a surrounding div to make the form xhtml strrrrrict X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=53add79acfa23009cb405882a2d0fff29010331a;p=moodle.git Added a surrounding div to make the form xhtml strrrrrict --- diff --git a/admin/settings.php b/admin/settings.php index 9279b9700c..92b4370716 100644 --- a/admin/settings.php +++ b/admin/settings.php @@ -116,6 +116,7 @@ if ($statusmsg != '') { // --------------------------------------------------------------------------------------------------------------- echo '
'; +echo '
'; echo ''; echo ''; echo ''; @@ -125,6 +126,7 @@ echo $root->output_html(); echo '
'; +echo '
'; echo '
'; if (!empty($SITE->fullname)) {