From 53add79acfa23009cb405882a2d0fff29010331a Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 9 Jan 2007 08:16:31 +0000 Subject: [PATCH] Added a surrounding div to make the form xhtml strrrrrict --- admin/settings.php | 2 ++ 1 file changed, 2 insertions(+) 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)) { -- 2.39.5