From 0b447f980948494a44f6dc566c6813d21348049b Mon Sep 17 00:00:00 2001 From: scyrma Date: Wed, 27 Feb 2008 09:45:43 +0000 Subject: [PATCH] MDL-13404 - Print cloud in the box (merge from 1.9) --- blocks/tags/block_tags.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks/tags/block_tags.php b/blocks/tags/block_tags.php index acad2ba6ca..137a04143d 100644 --- a/blocks/tags/block_tags.php +++ b/blocks/tags/block_tags.php @@ -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; } -- 2.39.5