mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 07:56:06 +02:00
MDL-13404 - Print cloud in the box (merge from 1.9)
This commit is contained in:
parent
b50d224597
commit
0b447f9809
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user