From 14f358562d9c2fea5976175d9b325691a88fc2dc Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 25 Sep 2006 08:44:22 +0000 Subject: [PATCH] Fixed div around submit button --- admin/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/settings.php b/admin/settings.php index d9647c2163..0de590336b 100644 --- a/admin/settings.php +++ b/admin/settings.php @@ -113,7 +113,7 @@ print_heading($root->visiblename); echo $root->output_html(); -echo '
'; +echo '
'; echo ''; -- 2.39.5