diff --git a/message/lib.php b/message/lib.php index 282d7e9cfbf..3904025000c 100644 --- a/message/lib.php +++ b/message/lib.php @@ -983,6 +983,7 @@ function message_format_message_text($message, $forcetexttohtml = false) { $options = new stdClass(); $options->para = false; + $options->blanktarget = true; $format = $message->fullmessageformat;