mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 00:16:46 +02:00
MDL-40829: courses heading: remove 'headerblock' class from header and fix heading levels
This commit is contained in:
parent
62b35d5852
commit
278d64572d
28 changed files with 22 additions and 132 deletions
|
@ -90,7 +90,7 @@ if ($tag->flag > 0 && has_capability('moodle/tag:manage', $systemcontext)) {
|
|||
$tagname = '<span class="flagged-tag">' . $tagname . '</span>';
|
||||
}
|
||||
|
||||
echo $OUTPUT->heading($tagname, 2, 'headingblock header tag-heading');
|
||||
echo $OUTPUT->heading($tagname, 2);
|
||||
tag_print_management_box($tag);
|
||||
tag_print_description_box($tag);
|
||||
// Check what type of results are avaialable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue