Navigation Menu

Skip to content

Commit

Permalink
MDL-14111, multilang html-block title, merged from MOODLE_19_STABLE, …
Browse files Browse the repository at this point in the history
…thanks Gordon Bateson
  • Loading branch information
dongsheng committed Apr 1, 2008
1 parent 83fc400 commit 9c34b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/moodleblock.class.php
Expand Up @@ -387,7 +387,7 @@ function _title_html() {
}

//Accesssibility: added H2 (was in, weblib.php: print_side_block)
$title .= '<h2>'.$this->title.'</h2>';
$title .= '<h1>'.filter_text($this->title).'</h2>';

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

0 comments on commit 9c34b80

Please sign in to comment.