From 3984a1858935a723fcbddf8e44ae149d4a142e49 Mon Sep 17 00:00:00 2001 From: skodak Date: Fri, 14 Jul 2006 21:05:14 +0000 Subject: [PATCH] Bug #6080 - Loancalc block doesn't define a footer string; merged from MOODLE_16_STABLE --- blocks/loancalc/block_loancalc.php | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.5