mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Whoops, another typo
This commit is contained in:
parent
232b51bb7b
commit
6001eb4f9b
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ function glossary_filter($courseid, $text) {
|
|||
$glossaryname = $glossaries[$concept->glossaryid];
|
||||
|
||||
if ($concept->category) { // Link to a category
|
||||
$title = strip_tags($glossaryname.': '.$strcategory.' '.$concept->name);
|
||||
$title = strip_tags($glossaryname.': '.$strcategory.' '.$concept->concept);
|
||||
$href_tag_begin = '<a class="glossary autolink" title="'.$title.'" '.
|
||||
'href="'.$CFG->wwwroot.'/mod/glossary/view.php?g='.$concept->glossaryid.
|
||||
'&mode=cat&hook='.$concept->id.'">';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue