mirror of
https://github.com/moodle/moodle.git
synced 2025-04-25 18:35:14 +02:00
MDL-14111, fix html tag error
This commit is contained in:
parent
380dfdc456
commit
e8dcf7f949
@ -387,7 +387,7 @@ class block_base {
|
||||
}
|
||||
|
||||
//Accesssibility: added H2 (was in, weblib.php: print_side_block)
|
||||
$title .= '<h1>'.filter_text($this->title).'</h2>';
|
||||
$title .= '<h2>'.filter_text($this->title).'</h2>';
|
||||
|
||||
if ($this->edit_controls !== NULL) {
|
||||
$title .= $this->edit_controls;
|
||||
|
Loading…
x
Reference in New Issue
Block a user