diff --git a/blocks/admin_tree/block_admin_tree.php b/blocks/admin_tree/block_admin_tree.php
index 1dccaf7ee97..78cfe928e6d 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 3787ef9d0f8..2c87312c387 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);