]> git.mjollnir.org Git - moodle.git/commitdiff
minor change: glossary concept as h3 not h2 to match subheadings in other blocks...
authorjmg324 <jmg324>
Thu, 17 Apr 2008 13:42:51 +0000 (13:42 +0000)
committerjmg324 <jmg324>
Thu, 17 Apr 2008 13:42:51 +0000 (13:42 +0000)
blocks/glossary_random/block_glossary_random.php

index 35f1575e1d5887431287ef3fd27eb0b50121f78a..795fe51807987c5d989c3b77f38c1d09ee42b1dd 100644 (file)
@@ -83,7 +83,7 @@ class block_glossary_random extends block_base {
                 if (empty($this->config->showconcept)) {
                     $text = '';
                 } else {
-                    $text = "<h2>".format_string($entry->concept,true)."</h2>";
+                    $text = "<h3>".format_string($entry->concept,true)."</h3>";
                 }  
 
                 $options = new object;