mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-20636 Review and fix the format parameter to all calls to format_text.
This commit is contained in:
parent
a18fda20c4
commit
22cebed503
20 changed files with 100 additions and 69 deletions
|
@ -1220,7 +1220,7 @@ class question_bank_view {
|
|||
$formatoptions->noclean = true;
|
||||
$formatoptions->overflowdiv = true;
|
||||
echo '<div class="boxaligncenter">';
|
||||
echo format_text($category->info, FORMAT_MOODLE, $formatoptions, $this->course->id);
|
||||
echo format_text($category->info, $category->infoformat, $formatoptions, $this->course->id);
|
||||
echo "</div>\n";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue