mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Merge branch 'MDL-81413-main' of https://github.com/lameze/moodle
This commit is contained in:
commit
35a9c9609a
@ -1025,9 +1025,10 @@ function chat_format_message_theme ($message, $chatuser, $currentuser, $grouping
|
||||
// It cannot be called here as HTML-isation interferes with special case
|
||||
// recognition, but *must* be called on any user-sourced text to be inserted
|
||||
// into $outmain.
|
||||
$options = new stdClass();
|
||||
$options->para = false;
|
||||
$options->blanktarget = true;
|
||||
$options = [
|
||||
'para' => false,
|
||||
'blanktarget' => true,
|
||||
];
|
||||
|
||||
// And now check for special cases.
|
||||
$special = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user