From: defacer Date: Tue, 1 Feb 2005 10:03:54 +0000 (+0000) Subject: Allow this in quiz pages, too. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b959599b5190ec2df2cea7a2bf6bb01d03f13c7c;p=moodle.git Allow this in quiz pages, too. --- diff --git a/blocks/html/block_html.php b/blocks/html/block_html.php index f0af17a9f6..46a676107f 100755 --- a/blocks/html/block_html.php +++ b/blocks/html/block_html.php @@ -8,6 +8,10 @@ class block_html extends block_base { $this->version = 2004123000; } + function applicable_formats() { + return array('all' => true); + } + function specialization() { // We allow empty titles $this->title = isset($this->config->title) ? $this->config->title : '';