"MDL-14111, revert, remove format_string from _title_html"
This commit is contained in:
@@ -387,7 +387,7 @@ class block_base {
|
||||
}
|
||||
|
||||
//Accesssibility: added H2 (was in, weblib.php: print_side_block)
|
||||
$title .= '<h2>'.format_string($this->title).'</h2>';
|
||||
$title .= '<h2>'.$this->title.'</h2>';
|
||||
|
||||
if ($this->edit_controls !== NULL) {
|
||||
$title .= $this->edit_controls;
|
||||
|
||||
Reference in New Issue
Block a user