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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user