1
0
mirror of https://github.com/moodle/moodle.git synced 2025-05-15 12:45:41 +02:00

MDL-14111, fix html tag error

This commit is contained in:
dongsheng 2008-04-02 07:21:10 +00:00
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;