diff --git a/blocks/moodleblock.class.php b/blocks/moodleblock.class.php index e1975e0cf31..e5a13c4be0f 100644 --- a/blocks/moodleblock.class.php +++ b/blocks/moodleblock.class.php @@ -387,7 +387,7 @@ class block_base { } //Accesssibility: added H2 (was in, weblib.php: print_side_block) - $title .= '

'.format_string($this->title).'

'; + $title .= '

'.$this->title.'

'; if ($this->edit_controls !== NULL) { $title .= $this->edit_controls;