From: moodler Date: Fri, 6 Oct 2006 05:28:57 +0000 (+0000) Subject: MOre fixes to remove erros due to JS X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=670fc5123ac81d98c94a40183afb66c49817aa0f;p=moodle.git MOre fixes to remove erros due to JS --- diff --git a/blocks/admin_tree/block_admin_tree.php b/blocks/admin_tree/block_admin_tree.php index 39eddc04c1..ed2f377d01 100644 --- a/blocks/admin_tree/block_admin_tree.php +++ b/blocks/admin_tree/block_admin_tree.php @@ -123,7 +123,8 @@ class block_admin_tree extends block_base { if ($this->tempcontent !== '') { $this->content = new stdClass; - $this->content->text = '' . "\n"; $this->content->text .= '
' . "\n"; @@ -178,9 +180,11 @@ class block_admin_tree extends block_base { $this->content->text .= '
' . "\n"; $this->content->text .= '' . "\n"; $searchcontent = isset($CFG->adminsearchquery) ? $CFG->adminsearchquery : '';