Skip to content

Commit

Permalink
MDL-37138 message: Use blanktarget option for message text
Browse files Browse the repository at this point in the history
  • Loading branch information
cameorn1730 committed May 30, 2016
1 parent bf99748 commit 64e8311
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions message/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -983,6 +983,7 @@ function message_format_message_text($message, $forcetexttohtml = false) {

$options = new stdClass();
$options->para = false;
$options->blanktarget = true;

$format = $message->fullmessageformat;

Expand Down

0 comments on commit 64e8311

Please sign in to comment.