From 535792b23e0a8a3e9f81973ab99bb64f3702b075 Mon Sep 17 00:00:00 2001 From: skodak Date: Thu, 4 Jan 2007 18:58:31 +0000 Subject: [PATCH] MDL-7861 some xhtml strict fixes --- blocks/admin_tree/block_admin_tree.php | 2 +- index.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/blocks/admin_tree/block_admin_tree.php b/blocks/admin_tree/block_admin_tree.php index 1dccaf7ee9..78cfe928e6 100644 --- a/blocks/admin_tree/block_admin_tree.php +++ b/blocks/admin_tree/block_admin_tree.php @@ -179,7 +179,7 @@ class block_admin_tree extends block_base { $this->content->text .= '//]]>' . "\n"; $this->content->text .= '' . "\n"; - $this->content->text .= '
' . "\n"; + $this->content->text .= '
' . "\n"; $this->content->text .= $this->tempcontent; diff --git a/index.php b/index.php index 3787ef9d0f..2c87312c38 100644 --- a/index.php +++ b/index.php @@ -96,7 +96,7 @@ ?> - +
'; if (has_capability('moodle/course:update', get_context_instance(CONTEXT_SYSTEM, SITEID))) { - echo '
'.update_course_icon($SITE->id).'
'; + echo '
'.update_course_icon($SITE->id).'
'; echo '
'; } blocks_print_group($PAGE, $pageblocks, BLOCK_POS_RIGHT); -- 2.39.5