"MDL-14111, revert, remove format_string from _title_html"

This commit is contained in:
dongsheng
2009-06-02 08:17:04 +00:00
parent f5dc8313df
commit dba840d8fb
+1 -1
View File
@@ -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;