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

This commit is contained in:
jmg324
2008-04-17 13:42:51 +00:00
parent 2c2d106b18
commit cc1a28f073
@@ -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;