From: jmg324 Date: Thu, 17 Apr 2008 13:42:51 +0000 (+0000) Subject: minor change: glossary concept as h3 not h2 to match subheadings in other blocks... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=cc1a28f07313d927196ee8d755d615159b2d3de2;p=moodle.git minor change: glossary concept as h3 not h2 to match subheadings in other blocks styles and to be lower than block heading h2 for accessibility --- diff --git a/blocks/glossary_random/block_glossary_random.php b/blocks/glossary_random/block_glossary_random.php index 35f1575e1d..795fe51807 100644 --- a/blocks/glossary_random/block_glossary_random.php +++ b/blocks/glossary_random/block_glossary_random.php @@ -83,7 +83,7 @@ class block_glossary_random extends block_base { if (empty($this->config->showconcept)) { $text = ''; } else { - $text = "

".format_string($entry->concept,true)."

"; + $text = "

".format_string($entry->concept,true)."

"; } $options = new object;