MDL-13404 - Print cloud in the box (merge from 1.9)

This commit is contained in:
scyrma 2008-02-27 09:45:43 +00:00
parent b50d224597
commit 0b447f9809

View 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;
}