Now concepts are not enclosed by paragraph tags. Bug 1298.
This commit is contained in:
@@ -459,7 +459,8 @@ function glossary_print_entry($course, $cm, $glossary, $entry, $mode="",$hook=""
|
||||
return $return;
|
||||
}
|
||||
function glossary_print_entry_concept($entry) {
|
||||
$text = format_text('<nolink>' . $entry->concept . '</nolink>', $entry->format);
|
||||
$options->para = false;
|
||||
$text = format_text('<nolink>' . $entry->concept . '</nolink>', $entry->format, $options);
|
||||
if (!empty($entry->highlight)) {
|
||||
$text = highlight($entry->highlight, $text);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user