]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-13404 - Print cloud in the box (merge from 1.9)
authorscyrma <scyrma>
Wed, 27 Feb 2008 09:45:43 +0000 (09:45 +0000)
committerscyrma <scyrma>
Wed, 27 Feb 2008 09:45:43 +0000 (09:45 +0000)
blocks/tags/block_tags.php

index acad2ba6ca923cbfe7756f444e78f5ee92d59746..137a04143d79a4177530188f43e14c41f0d26135 100644 (file)
@@ -61,7 +61,7 @@ class block_tags extends block_base {
 
         require_once($CFG->dirroot.'/tag/lib.php');
 
-        $this->content->text = tag_print_cloud($this->config->numberoftags, false, 170, 70, true);
+        $this->content->text = tag_print_cloud($this->config->numberoftags, true);
 
         return $this->content;
     }