Open mudrd8mz opened 3 years ago
Steps to reproduce:
Solution: When calling format_text() in viewnote.php, the selected format must be also passed:
format_text()
$messagetext = format_text($messagetext, $result->notefieldformat);
Also in classes/local/utilities.php where the FORMAT_HTML is hard-coded.
FORMAT_HTML
... and actually other places where format_text() is called.
Steps to reproduce:
Solution: When calling
format_text()
in viewnote.php, the selected format must be also passed: