Now glossary concepts are not linked (bug 1366).
Patch submitted by Petr Skoda.
This commit is contained in:
@@ -459,7 +459,7 @@ function glossary_print_entry($course, $cm, $glossary, $entry, $mode="",$hook=""
|
||||
return $return;
|
||||
}
|
||||
function glossary_print_entry_concept($entry) {
|
||||
$text = format_text($entry->concept, $entry->format);
|
||||
$text = format_text('<nolink>' . $entry->concept . '</nolink>', $entry->format);
|
||||
if (!empty($entry->highlight)) {
|
||||
$text = highlight($entry->highlight, $text);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user