MDL-14111, fix html tag error

This commit is contained in:
dongsheng 2008-04-02 07:21:10 +00:00
parent 380dfdc456
commit e8dcf7f949

View File

@ -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;