of using the entry->format field. This should close Bug 1298.
(http://moodle.org/bugs/bug.php?op=show&bugid=1298)
}
function glossary_print_entry_concept($entry) {
$options->para = false;
- $text = format_text('<nolink>' . $entry->concept . '</nolink>', $entry->format, $options);
+ $text = format_text('<nolink>' . $entry->concept . '</nolink>', FORMAT_MOODLE, $options);
if (!empty($entry->highlight)) {
$text = highlight($entry->highlight, $text);
}