mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-23051 Removed H1 tag which made no sense
This commit is contained in:
parent
4fb1d940dc
commit
22c2732d6d
1 changed files with 1 additions and 1 deletions
|
@ -1483,7 +1483,7 @@ function message_print_message_history($user1,$user2,$search='',$messagelimit=0,
|
||||||
|
|
||||||
echo html_writer::nonempty_tag('div', $tablecontents, array('class'=>'mdl-left messagehistory'));
|
echo html_writer::nonempty_tag('div', $tablecontents, array('class'=>'mdl-left messagehistory'));
|
||||||
} else {
|
} else {
|
||||||
echo $OUTPUT->heading(get_string('nomessagesfound', 'message'), 1);
|
echo html_writer::nonempty_tag('div', '('.get_string('nomessagesfound', 'message').')', array('class'=>'mdl-align messagehistory'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue