]> git.mjollnir.org Git - moodle.git/commitdiff
Allow this in quiz pages, too.
authordefacer <defacer>
Tue, 1 Feb 2005 10:03:54 +0000 (10:03 +0000)
committerdefacer <defacer>
Tue, 1 Feb 2005 10:03:54 +0000 (10:03 +0000)
blocks/html/block_html.php

index f0af17a9f65888cdf69ff8539f254fb2ed30444a..46a676107f58d5b2d633b83f7b7221472ab88fc7 100755 (executable)
@@ -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 : '';