From: skodak Date: Fri, 14 Jul 2006 21:05:14 +0000 (+0000) Subject: Bug #6080 - Loancalc block doesn't define a footer string; merged from MOODLE_16_STABLE X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=3984a1858935a723fcbddf8e44ae149d4a142e49;p=moodle.git Bug #6080 - Loancalc block doesn't define a footer string; merged from MOODLE_16_STABLE --- diff --git a/blocks/loancalc/block_loancalc.php b/blocks/loancalc/block_loancalc.php index a7dadb4ddf..1e3226fee8 100644 --- a/blocks/loancalc/block_loancalc.php +++ b/blocks/loancalc/block_loancalc.php @@ -198,6 +198,7 @@ function comp(v) { // general entry point for all cases '; + $this->content->footer = ''; return $this->content;